6.2.7 The cd
and pwd
commands: changing the remote working directory
PSFTP maintains a notion of your ‘working directory’ on the server. This is the default directory that other commands will operate on. For example, if you type get filename.dat
then PSFTP will look for filename.dat
in your remote working directory on the server.
To change your remote working directory, use the cd
command. If you don't provide an argument, cd
will return you to your home directory on the server (more precisely, the remote directory you were in at the start of the connection).
To display your current remote working directory, type pwd
.