After running the pwd command, if you find the working directory is incorrect, you can run the cd command to modify the working directory of SFTP client on the SFTP server.
# Display the working directory on the remote SFTP server.
<sysname> system-view [sysname] sftp 10.1.1.1 Please input the username:client001 Trying 10.1.1.1 ... Press CTRL+K to abort Enter password: sftp-client> pwd hda1: sftp-client> cd hda1:/zxw Current directory is: hda1:/zxw sftp-client> pwd hda1:/zxw sftp-client>