Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Mike.Keers

Solved:

Hello,
Thank You for your help. we found the problem and it was not anything to do with WinSCP or .NET Assembly. After finally getting the server logs we found that the customer had started an extra copy of our transfer program on another machine and both programs were completing for the same files in the directory. That is why the files seemed to disappear and why where getting error in trying to access the files.

Once again thanks for your help.

Mike Keers
martin

Re: Files being delete when we have an error on GetFiles ?

There's no "delete" issued by WinSCP in the log. If the file disappeared from the server, it must have been deleted for other reason, and not by WinSCP. Maybe the file was actually deleted between LIST and SIZE already and that's why the download fails in the first place.
Mike.Keers

Files being delete when we have an error on GetFiles ?

Hi

I am using the .Net Interface to Pull files down from a server.

It basically work fine except when I get errors it seems to delete the File I am trying to Download and the other files in the directory ?

The Next Call does not contain the file that caused the error or the other files in the directory during the earlier call ?

I have attached the logs of the error and the code that I call it with.

This is my log of the error.

1441938058 2020-06-24 23:12:51.360 1 DownloadFileViaFTP Starting
1441938064 2020-06-24 23:12:51.863 1 DownloadFileViaFTP Got Directory 3 Files
1441938067 2020-06-24 23:12:52.097 1 DownloadFileViaFTP Error : Cant get attributes of file \iteminfo\MPS2\/W2.1.4024062020231234101000.xml. Host 172.16.5.73 User gbiftpuser Password gbiftpuser
1441938068 2020-06-24 23:12:52.100 1 DownloadFileViaFTP Ending
Next Session
1441938352 2020-06-24 23:13:22.110 1 DownloadFileViaFTP Starting
1441938361 2020-06-24 23:13:22.610 1 DownloadFileViaFTP Got Directory 4 Files
1441938362 2020-06-24 23:13:22.743 1 DownloadFileViaFTP Download of /\iteminfo\MPS2\/W2.1.4024062020231254101000.xml succeeded
1441938369 2020-06-24 23:13:22.880 1 DownloadFileViaFTP Download of /\iteminfo\MPS2\/W2.1.4024062020231304101000.xml succeeded
1441938370 2020-06-24 23:13:23.010 1 DownloadFileViaFTP Download of /\iteminfo\MPS2\/W2.1.4024062020231314101000.xml succeeded
1441938373 2020-06-24 23:13:23.117 1 DownloadFileViaFTP Ending