I am getting a number of errors returned from the SFTP.PutFile method. I know that the source file does exist, but does not on the FTP Server.

2011-02-23 14:00:20.937 ERROR Sftp(1) Info: Rebex.Net.SftpException: No such file; File not found. at wWGvS.APnbEo.sxMvMZ(BBdsJfZ , Type ) at wWGvS.APnbEo.Nbjil(String , AsNqWa , Boolean ) at Rebex.Net.Sftp.cqcMbi(AsNqWa , AYPecc , String , Stream , Int64 , Int64 )

asked 23 Feb '11, 20:33

Lance's gravatar image

Lance
181
accept rate: 0%

edited 23 Feb '11, 22:34

This exception represents an error that was reported by the SFTP server and it's indeed a bit strange for the PutFile method. To be able to tell what is going on, please create a log of communication using Sftp object's LogWriter property (see rebex.net/kb/logging.aspx for details) and either add it to your question or mail it to support@rebex.net - we should be able to tell more then.

(24 Feb '11, 13:20) Lukas Pokorny ♦♦

Sent a couple of communication logs to support@rebex.com

(27 Feb '11, 03:24) Lance

Thanks, I just replied to your e-mail.

(28 Feb '11, 15:22) Lukas Pokorny ♦♦

Update: It was revealed that same issues occur with third-party clients such as CuteFTP, WinSCP and Filezilla. This makes it very unlikely that we will be able to solve or work around this issue because it is almost certainly to be server-based.

link

answered 25 Mar '11, 09:02

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×144
×15

Asked: 23 Feb '11, 20:33

Seen: 767 times

Last updated: 25 Mar '11, 09:02