Files Deleted though Error Code: 112 was returned VB.NET

Advertisement

parksa
Joined:
Posts:
2
Location:
asppost

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'

Reply with quote

Advertisement

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

Re: Files Deleted though Error Code: 112 was returned VB.NET

Please attach a full session log file showing the problem (using the latest version of WinSCP).

To generate log file, set Session.SessionLogPath. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.

Reply with quote

Advertisement

You can post new topics in this forum