
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>
- 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)
- Unable to connect to the Internet : Google Chrome - Chrome
- No connection available Use Connect-SPOService before running this CmdLet - SharePoint
- Comments in Python Programming - Python
- How to come out of dquote prompt in Terminal - macOS/Linux - MacOS
- How to change bash terminal prompt string and color - Linux
- MongoDB: Failed to connect to 127.0.0.1:27017 reason: Connection refused - HowTos
- How to Upload Video to YouTube from Android - Android
- cURL Option to show HTTP Response Status Code - cURL