PSFTP, the PuTTY SFTP client, is a tool for transferring files securely between computers using an SSH connection.
PSFTP differs from PSCP in the following ways:
ftp
program. You can list the contents of directories, browse around the file system, issue multiple get
and put
commands, and eventually log out. By contrast, PSCP is designed to do a single file transfer operation and immediately terminate.
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