6.2 Running PSFTP
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.
- 6.2.1 General quoting rules for PSFTP commands
- 6.2.2 Wildcards in PSFTP
- 6.2.3 The
open
command: start a session - 6.2.4 The
quit
command: end your session - 6.2.5 The
close
command: close your connection - 6.2.6 The
help
command: get quick online help - 6.2.7 The
cd
andpwd
commands: changing the remote working directory - 6.2.8 The
lcd
andlpwd
commands: changing the local working directory - 6.2.9 The
get
command: fetch a file from the server - 6.2.10 The
put
command: send a file to the server - 6.2.11 The
mget
andmput
commands: fetch or send multiple files - 6.2.12 The
reget
andreput
commands: resuming file transfers - 6.2.13 The
dir
command: list remote files - 6.2.14 The
chmod
command: change permissions on remote files - 6.2.15 The
del
command: delete remote files - 6.2.16 The
mkdir
command: create remote directories - 6.2.17 The
rmdir
command: remove remote directories - 6.2.18 The
mv
command: move and rename remote files - 6.2.19 The
!
command: run a local Windows command