Python – Connect SFTP and Upload files
We have recently been involved in one of the automations where we must upload the csv file automatically daily to vendor Secure FTP. This time we have utilized Python instead of PowerShell because of project requirements. I am sharing the code samples here to achieve it. Module required: pysftp Download the code samples from git…