Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

martin

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

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'