Auto skip uploading files that already exist on server
Hello, I have a download manager that supports running a command line after a download finishes.
Basically i want those downloaded files to be uploaded to a server, skipping files that are already exist.
This is the code I'm currently using:
Basically i want those downloaded files to be uploaded to a server, skipping files that are already exist.
This is the code I'm currently using:
"C:\Program Files (x86)\WinSCP\winscp.com" /command "open ftp://username:pass@mysite.com/" "put C:\downloads\*.* /files/"