I have a server I'm trying to connect to and keep getting the follwing error. It works fine if I use Filezilla, but when I use your library I get the following error message. The directory I'm trying to change to is a aliased directory on their side. I can change to a directory just fine if it's not an aliased directory. Using your Simple Winform SFTP client app can see the folder, but won't let me change to it.
2010-12-06 08:30:54.352 Opening log file.
2010-12-06 08:30:56.101 INFO Sftp(1) Command: SSH_FXP_REALPATH (2, '/MPDMEDIA/')
2010-12-06 08:30:56.194 INFO Sftp(1) Response: SSH_FXP_STATUS (2, 2, 'File not found')
2010-12-06 08:30:56.200 ERROR Sftp(1) Info: Rebex.Net.SftpException: No such file; No such directory.
at Rebex.Net.Sftp.ChangeDirectory(String remotePath)
Thanks..