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
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