sshtools / j2ssh-maverick

The open source branch of our legacy API providing a robust, mission critical SSH component to the community.
GNU Lesser General Public License v3.0
63 stars 33 forks source link

Cd method of SFTP Client not working #2

Closed RevathiPraba closed 9 years ago

RevathiPraba commented 9 years ago

Team,

I am using maverick-all 1.4.39 in my application to do SFTP with remote server. I logged in as root. My default dirctory is root.

Issue 1: When I tried to cd(".."), it return default dirctory. It shoud be return . Issue2: I called cdup() method instead of cd(".."). It returned \ . Then I did ls(). It return nothing.

Why nothing worked for \ . I want to go to my home dirctory and get files under home. Please help me to achieve this.

Thank you very much in advance.

Thanks & Regards Revathi Praba

ludup commented 9 years ago

Please open a ticket at http://support.sshtools.com this issue is not related to the open source version.

RevathiPraba commented 9 years ago

Thank you for your reply.