pwd (SFTP client view)
Usage Guidelines
After logging in to the SFTP server, you can run the pwd command to display the SFTP client's working directory on the remote SFTP server.
If the displayed working directory is incorrect, you can run the cd command to change the SFTP client's working directory on the remote SFTP server.
Example
# Display the SFTP client's working directory on the remote SFTP server.
<AC6605> system-view [AC6605] sftp 10.137.217.201 Please input the username:admin Trying 10.137.217.201 ... Press CTRL+K to abort Enter password:
sftp-client> pwd / sftp-client> cd test Current directory is: /test sftp-client> pwd /test