If you are in the sftp> prompt connected to a remote location and cannot recollect what all commands are available and also have tried the man keywords, well you need to make use of ? or help instead,
sftp> ?
Available commands:
bye Quit sftp
cd path Change remote directory to 'path'
chgrp [-h] grp path Change group of file 'path' to 'grp'
chmod [-h] mode path Change permissions of file 'path' to 'mode'
chown [-h] own path Change owner of file 'path' to 'own'
df [-hi] [path] Display statistics for current directory or
filesystem containing 'path'
exit Quit sftp
get [-afpR] remote [local] Download file
help Display this help text
lcd path Change local directory to 'path'
lls [ls-options [path]] Display local directory listing
lmkdir path Create a local directory
ln [-s] oldpath newpath Link remote file (-s for symlink)
lpwd Print local working directory
ls [-1afhlnrSt] [path] Display remote directory listing
lumask umask Set local umask to 'umask'
mkdir path Create a remote directory
progress Toggle display of the progress meter
put [-afpR] local [remote] Upload file
pwd Display remote working directory
quit Quit sftp
reget [-fpR] remote [local] Resume download file
rename oldpath newpath Rename remote file
reput [-fpR] local [remote] Resume upload file
rm path Delete remote file
rmdir path Remove remote directory
symlink oldpath newpath Symlink remote file
version Show SFTP version
!command Execute 'command' in the local shell
! Escape to the local shell
? Synonym for help
As said, you will get the same result if you type help instead of ?
More Posts related to FTP,
- FileZilla Connection time out Failed to retrieve directory listing
- How to switch between sftp and Terminal shell
- How to connect to the SFTP location using Terminal command
- [Solution] SFTP File 22 not found Connection closed
- How to Copy a remote file to local using SFTP command?
- List of 60 useful FTP Client Commands to access server
- Check help on commands while being on sftp> prompt
- 10 FTP SFTP Clients and Alternatives
- How to SFTP to port different than 22 (Custom port)
More Posts:
- Calculate Volume of Cone - C-Program
- Android : Neither user 10085 nor current process has android.permission.ACCESS_NETWORK_STATE - Android
- How to get nest aware on iPhone - Google
- Check macOS free disk space using Terminal command - MacOS
- Java 8: Get First and Last Date of the Week for Given Date - Java
- [Tutorial] How to Customize Notepad++ Toolbar - NotepadPlusPlus
- Integrating Android Facebook SDK 3.17.2 Tutorial - Android
- Fix SharePoint Error - Unable to Display Named Item - SharePoint