Script successfully executed but files does not reach destination

Advertisement

serverman79
Joined:
Posts:
2
Location:
Asia

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

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Script successfully executed but files does not reach destination

This is not correct: put *.xml U:\Y3_123_out.

The U:\Y3_123_out should not be there. Use just put *.xml.

Reply with quote

serverman79
Joined:
Posts:
2
Location:
Asia

Re: Script successfully executed but files does not reach destination

Hello MArtin,

Thanks for the input it works fine now with put *.xml.

for some reason when i first tested the files got transferred without any issue , its really strange but i accept the logic.

Many Thanks for your kind help. :D :D

Reply with quote

Advertisement

You can post new topics in this forum