Once you have started your PSFTP session, you will see a psftp>
prompt. You can now type commands to perform file-transfer functions. This section lists all the available commands.
Any line starting with a #
will be treated as a comment and ignored.
open
command: start a sessionquit
command: end your sessionclose
command: close your connectionhelp
command: get quick online helpcd
and pwd
commands: changing the remote working directorylcd
and lpwd
commands: changing the local working directoryget
command: fetch a file from the serverput
command: send a file to the servermget
and mput
commands: fetch or send multiple filesreget
and reput
commands: resuming file transfersdir
command: list remote fileschmod
command: change permissions on remote filesdel
command: delete remote filesmkdir
command: create remote directoriesrmdir
command: remove remote directoriesmv
command: move and rename remote files!
command: run a local Windows command