
If you are on the sftp> prompt and want to check out something on your Terminal shell from which you logged into SFTP you can do that by using the command ! on the sftp> prompt.
Just type ! on sftp> prompt and I am taken back to my Zsh shell on the macOS, I can do whatever i want to do on the Zsh shell (check files, dir locations, execute script, etc) and when I want to return to the sftp> just type bye
Example: ! and bye to swtich between sftp> and shell
sftp> pwd
Remote working directory: /
sftp> ls
pub readme.txt
sftp> !
.zshenv Startup file read...
Restored session: Sun Apr 3 15:11:58 UTC 2022
% pwd
/Users/code2care
% cd ..
% cd ~/Desktop
% mkdir myDir
% bye
Saving session...
...saving history...truncating history files...
...completed.
sftp> pwd
Remote working directory: /
sftp> ls
pub readme.txt
sftp> get readme.txt .
Fetching /readme.txt to ./readme.txt
/readme.txt 100% 405 0.7KB/s 00:00
sftp>
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:
- How to Rename a Git Local Branch Using the --move Option - Git
- java.lang.ClassNotFoundException android.support.v7.widget.Toolbar [Fix] - Android
- How to open CMD for current file/folder location in Notepad++ - NotepadPlusPlus
- How to install iTerm2 Mac Terminal Alternative - MacOS
- 10 Must Know CSS Border Styles with Examples - CSS
- The Zsh Shell - Mac Tutorial - MacOS
- Android : Remove ListView Separator/divider programmatically or using xml property - Android
- 10 Beginners Commands for macOS Terminal Usage - MacOS