Hello, We have a client that is accessing our SFTP server (WSFTP) using Rebex SFTP.net client.

We have a few sub directories set up for their files. The client can 'see' the sub folders in the client, however they cannot access the sub-folders. I have verified with 2 other SFTP programs (FileZilla and SecureFX) that the folder structure is valid and can be accessed by these cllients. I set up a test folder called: CanYouAccessMe and when they log in and attempt to access it they receive the error message:

Failure; Folder not found: /CanYouAccessMe/.

I'm not at all familiar with this product, and our client is not technical at all. I'm hoping someone can help shed some light on this.

Thanks! Jim Holmgren Mgr Server Engineering XLHealth

asked 01 Oct '10, 14:59

Jim%20Holmgren's gravatar image

Jim Holmgren
16
accept rate: 0%


Hello,

Just a wild guess: Maybe other FTP clients are sending a folder name in different manner when changing the directory? Leading/trailing slashes may be source of the problem.

Can you try changing the directory to the following variations of folder name and let us know what happens?

/CanYouAccessMe/  - throws exception
/CanYouAccessMe   - ???
CanYouAccessMe    - ???

If it not help I would try comparing communication logs from the FileZilla SFTP client and from Rebex SFTP. Check http://www.rebex.net/kb/logging.aspx to see how to enable logging in Rebex SFTP. If you send those logfiles to support@rebex.net we'll do the analysis for you.

EDIT: We've discovered a very similar compatibility problem with WS_FTP server. We've added workaround in build 4060 released at February 2011. Downloading and using the latest version might solve your problem as well.

link

answered 01 Oct '10, 15:16

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310
accept rate: 37%

edited 15 Feb '11, 17:19

Thanks for the reply. To clarify, the folder on the server does not contain the actual slashes. On our server it is simply CanYouAccessMe - it is only in the Rebex error message that we see the /CanYouAccessMe/ formatting.

(01 Oct '10, 15:32) Jim Holmgren

I have a screenshot of the error, but I don't know if I can include an image file in these posts.

(01 Oct '10, 15:33) Jim Holmgren

Screenshot: please send it to support@rebex.net. Folder name: I understand, that the CanYouAccessMe is the name on the server. But you may get different result if you call client.ChangeDirectory("CanYouAccessMe") and client.ChangeDirectory("CanYouAccessMe/") and client.ChangeDirectory("/CanYouAccessMe/"). Log would show exact commands send to the server and differences between Rebex SFTP log and FileZilla log would show why it fails.

(01 Oct '10, 19:07) Martin Vobr ♦♦
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:

×141

Asked: 01 Oct '10, 14:59

Seen: 785 times

Last updated: 29 Mar '11, 19:23