Relative Content

Tag Archive for powershellsftpwinscpwinscp-net

Script powershell – Synchronise local folders with remote directory with WinSCP

I’m writing a Powershell script using WinSCP where I want to synchronize all files that are put into a local folder (or folders) and whenever this happens it should be transfered/copied to a sftp server, remote directory.
I tried the following but this only detects it but doesn’t copy it to the sftp server directory. Thank you in advance for the help.