winscp syntax help
Can you tell me what I am doing wrong? The code below is not working:
"E:\Program Files\WinSCP\WinSCP.exe"
option batch on
option confirm off
open username@xxx.edu
cd /cygdrive/E/vol1/dev
put e:\Reporting\dir\test_report.txt
close
exit
"E:\Program Files\WinSCP\WinSCP.exe"
option batch on
option confirm off
open username@xxx.edu
cd /cygdrive/E/vol1/dev
put e:\Reporting\dir\test_report.txt
close
exit