Files Deleted though Error Code: 112 was returned VB.NET
We are executing the below command out of a VB.NET code and the files are being deleted from the remote source server though an Error Code: 112 was returned. The destination server was out of SPACE. I expected the destination to not DELETE given the error.
Version 5.1.5 running on Windows Server 2003
transferResult = session.GetFiles(Source, Target, True, transferOptions)
20140117_200003 Upload failed with error code WinSCP.SessionRemoteException: Error writting to file 'E:\FTP\HP\Vendor\HOME_12616_20140117175605' ---> WinSCP.SessionRemoteException: System Error. Code: 112.
There is not enough space on the disk
--- End of inner exception stack trace ---
at WinSCP.OperationResultBase.Check()
at ConsoleApplication1.SSH_GET_Opalis.Main() Error Message Error writting to file 'E:\FTP\HP\Vendor\HOME_12616_20140117175605'
Version 5.1.5 running on Windows Server 2003
transferResult = session.GetFiles(Source, Target, True, transferOptions)
20140117_200003 Upload failed with error code WinSCP.SessionRemoteException: Error writting to file 'E:\FTP\HP\Vendor\HOME_12616_20140117175605' ---> WinSCP.SessionRemoteException: System Error. Code: 112.
There is not enough space on the disk
--- End of inner exception stack trace ---
at WinSCP.OperationResultBase.Check()
at ConsoleApplication1.SSH_GET_Opalis.Main() Error Message Error writting to file 'E:\FTP\HP\Vendor\HOME_12616_20140117175605'