Upload file to SFTP using PowerShell
You didn’t tell us what particular problem do you have with the WinSCP, so I can really only repeat what’s in WinSCP documentation. Download WinSCP .NET assembly. The latest package as of now is WinSCP-6.1-Automation.zip; Extract the .zip archive along your script; Use a code like this (based on the official PowerShell upload example): # … Read more