Automation Sync both dirs
hi.
I'm trying to keep an FTP site updated with files from my local directory, but I'm not sure how to make sure that deleting a file from the local directory also removes it from the remote FTP site.
thanks,
Martin
I'm trying to keep an FTP site updated with files from my local directory, but I'm not sure how to make sure that deleting a file from the local directory also removes it from the remote FTP site.
start "" "C:\Program Files (x86)\WinSCP\WinSCP.exe" m3isj@sitedomainhere.com /keepuptodate C:\Test / /defaults"
Martin