File Transfer Error from Remote Client.
I have WinSCP 4.19 installed on a Vista SP1 based laptop, transferring files back to a Linux based FTP server. I'm transferring multiple files of between 1-2mb in size over and ADSL link. The files are then copied via a scheduled BAT file running on a Windows server every 15mins.
The problem that I am getting is that periodically I get an error;
****
"Transfer was successfully finished but temporary file "MyFile.filepart" could not be renamed to target file name "MyFile.exe"
No such file or directory
Error code 2
Error message from server no such file
Request Code 18
****
I think this is being cause by the scheduled file transfer occurring before my file transfer has fully finished, is it possible to stop this happening?
This is my script for getting the data off the Linux server;
option exclude "*.xml; *.filepart"
option confirm off
get /home/01als/audio/* "E:\Audio Files\Audio Files\Message\FolderA\" -delete
exit
Thanks, Andrew.
The problem that I am getting is that periodically I get an error;
****
"Transfer was successfully finished but temporary file "MyFile.filepart" could not be renamed to target file name "MyFile.exe"
No such file or directory
Error code 2
Error message from server no such file
Request Code 18
****
I think this is being cause by the scheduled file transfer occurring before my file transfer has fully finished, is it possible to stop this happening?
This is my script for getting the data off the Linux server;
option exclude "*.xml; *.filepart"
option confirm off
get /home/01als/audio/* "E:\Audio Files\Audio Files\Message\FolderA\" -delete
exit
Thanks, Andrew.