
Once you connect to a remote SFTP location on your Linux, macOS, or Bash terminal and you want to come out of it back to the shell prompt? Let's find out different ways you can do it,
Exit SFTP Using Keyboard Shortcut:
This is the most preferred way by developers and system admins, just press Control + Z to exit or quit,
% sftp demo@code2care.org
(demo@code2care.org) Password:
Connected to code2care.org.
sftp>^Zzsh: suspended (signal) sftp demo@code2care.org
%
Exit SFTP Using Command: bye
This one is much easier, just type bye on the sftp> prompt and you will be reverted back to your current terminal prompt (bash, sh, zsh)
sftp> bye
%
More Posts related to Linux,
- Terminal display next month Calendar
- How to change bash terminal prompt string and color
- How to exit from nano command
- How to Display content of a file in Terminal Screen?
- Copy entire directory using Terminal Command [Linux, Mac, Bash]
- 3 Commands to stop Nginx Server
- How to check file permissions for your file using Linux/Unix/macOS Terminal Command
- Create Hidden File or Directory using Shell Command
- bash: cls: command not found
- How to install python pip on Ubuntu using apt command
- The Date Command and its usage [Linux - Unix - macOS]
- SCP Copy all files from directory to Local Folder
- Create and write file in single Linux/macOS command
- Install OpenSSL on Linux/Ubuntu
- scp: ssh: connect to host xxxx port 22: Connection refused Error
- Check SSH/OpenSSH version Command
- Execute .bin and .run file Ubuntu Linux
- What does apt-get update command does?
- How to ls command to output one entry per line [macOS/Linux/Bash]
- 3 ways to clear screen on Linux Terminal
- How to backup a file in Linux/Unix
- How to quit or exit SFTP Prompt on Terminal
- How to use SCP Command to Copy Directory
- zsh hello world example
- How to remove/delete a directory in Linux/macOs
More Posts:
- Android Studio Ctrl Shift o auto import not working - Android
- Remove Trailing zeros BigDecimal Java - Java
- Fix for zsh: command not found: brew - zsh
- Display Era details (AD BC) in Java Date - Java
- How to show or hide columns in SharePoint Online List Library from - SharePoint
- Shutdown Mac Terminal Command - MacOS
- How to Convert CSV file to SQL Script using Notepad++ - NotepadPlusPlus
- Android-Failed to install apk on device EOF Timeout Error - Android