views:

13

answers:

0

Hi all,

I am pretty new at Winscp. I would like to know if this application will allow me to send only the latest modified file in a local directory to a remote directory. Please note that contents in both folders do not match at any given time - thus, synching is not an option.

I have managed to establish connectivity and "put" a file onto the server. However, I am not able to figure out how I can achieve what I want to achieve.

Here are my commands...

winscp.exe /console /command "option batch on" "open ftp://user:pass@remoteip:port -explicitssl -passive" "put c:\files\Completed /Test" "exit" /log=c:\winscp_log.txt

Any help is greatly appreciated...