Script successfully executed but files does not reach destination
Hello,
I have ran a script to copy files from my windows server to SFTP server, it worked and transferred files in the beginning stage but now it does not seems to copy over the files even though the command completes successfully and i can see the file transfer take place.
my script
option batch continue
option confirm off
open sp66
lcd U:\Y3_362_out
cd /incoming/mycompany/uat/my/export/
put *.xml U:\Y3_123_out
Exit
appreciate your kind advise
I have ran a script to copy files from my windows server to SFTP server, it worked and transferred files in the beginning stage but now it does not seems to copy over the files even though the command completes successfully and i can see the file transfer take place.
my script
option batch continue
option confirm off
open sp66
lcd U:\Y3_362_out
cd /incoming/mycompany/uat/my/export/
put *.xml U:\Y3_123_out
Exit
appreciate your kind advise