Advertisement
skeith

Untitled

Jul 13th, 2014
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Renci.SshNet.Common.SftpPathNotFoundException: No such file
  2. at Renci.SshNet.Sftp.SftpSession.RequestOpen(String path, Flags flags, Boolean nullOnError)
  3. at Renci.SshNet.Sftp.SftpFileStream..ctor(SftpSession session, String path, FileMode mode, FileAccess access, Int32 bufferSize, Boolean useAsync)
  4. at Renci.SshNet.Sftp.SftpFileStream..ctor(SftpSession session, String path, FileMode mode, FileAccess access, Int32 bufferSize)
  5. at UploadersLib.FileUploaders.SFTP.UploadStream(Stream stream, String path)
  6. at UploadersLib.FileUploaders.SFTP.Upload(Stream stream, String fileName)
  7. at ShareX.UploadTask.UploadFile(Stream stream, String fileName)
  8. at ShareX.UploadTask.DoUpload(Int32 retry)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement