get [flags] remote-path [local-path] |
Retrieve the remote-path and store it on the local machine. If the
local path name is not specified, it is given the same name it has on the
remote machine.
|
put [flags] local-path [local-path] |
Upload
local-path and store it on the remote machine. If the remote path name is
not specified, it is given the same name it has on the local machine.
|
rename oldpath newpath |
Rename remote file from
oldpath to newpath.
|
ln oldpath newpath |
Create a symbolic link from
oldpath to newpath.
|
rm path
|
Delete remote file specified by path. |
lmkdir path
|
Create local directory specified by path.
|
bye |
Quit sftp. |
exit
|
Quit sftp. |
quit
|
Quit sftp. |
cd path
|
Change remote directory to path. |
lcd path |
Change local directory to path. |
ls [path] |
Display remote directory listing of either path
or current directory if path is not specified.
|
pwd |
Display remote working directory. |
rmdir path
|
Remove remote directory specified by path.
|
chgrp grp path |
Change group of file path to
grp. grp must be a numeric GID.
|
chmod mode path
|
Change permissions of file path
to mode.
|
chown own path |
Change owner of file path to
own. own must be a numeric UID.
|
symlink oldpath newpath |
Create a symbolic link from
oldpath to newpath. |
mkdir path |
Create remote directory specified by path.
|
lls [ls-options [path]]
|
Display local directory
listing of either path or current directory if path is not
specified.
|
lpwd
|
Print local working directory. |
lumask umask
|
Set local umask to umask. |
! command |
Execute command in local shell. |
!
|
Escape to local shell. |
? |
Synonym for help. |
help |
Display help text |