10 sFTP Command Examples to Transfer Files on Remote Servers in Linux.
File Transfer Protocol (FTP) was widely used protocol to transfer files or data remotely in unencrypted format which is not secure way to communicate. As we all know that File Transfer Protocol is not at all secure because all transmissions happens in clear text and the data can be readable by anyone during sniffing the packets on the network. So, basically FTP can be used in limited cases or on the networks that you trust.
SFTP (Secure File Transfer Protocol) runs over SSH protocol on standard port 22 by default to establish a secure connection. SFTP has been integrated into many GUI tools (FileZilla, WinSCP, FireFTP etc.).
Security Warnings: Please don’t open SSH port (Secure SHell) globally as this would be a security breaches. You can only open for specific IP from where you are going to transfer or manage files on remote system or vice versa.
This article will guide you 10 sftp command examples to use it through interactive command-line interface.
1. How to Connect to SFTP
By default, same SSH protocol is used to authenticate and establish a SFTP connection. To start an SFTP session, enter the username and remote hostname or IP address at the command prompt. Once authentication successful, you will see a shell with an sftp> prompt.
2. Getting Help
Once, you in the sftp prompt, check the available commands by typing ‘?‘ or ‘help‘ at command prompt.
3. Check Present Working Directory
The command ‘lpwd‘ is used to check the Local present working directory, whereas ‘pwd‘ command is used to check Remote working directory.
- lpwd – print the current directory on your system
- pwd – print the current directory on the ftp server
4. Listing Files
Listing files and directories in local as well as remote system.
On Remote
On Local
5. Upload File
Put single or multiple files in remote system.
6. Upload Mutiple Files
Putting multiple files on in remote system.
6. Download Files
Getting single or multiple files in local system.
Get multiple files on a local system.
Note: As we can see by default with get command download file in local system with same name. We can download remote file with different name specifying the name at the end. (This applies only while downloading single file).
7. Switching Directories
Switching from one directory to another directory in local and remote locations.
On Remote
On Local
8. Create Directories
Creating new directories on local and remote locations.
9. Remove Directories
Remove directory or file in remote system.
Note: To remove/delete any directory from remote location, the directory must be empty.
10. Exit sFTP Shell
The ‘!‘ command drop us in local shell from where we can execute Linux commands. Type ‘exit‘ command where we can see sftp> prompt return.
Conclusion
The SFTP is a very useful tool for administrating servers and transferring files to and from (Local and Remote). We hope this tuts will help you to understand the usage of SFTP in some extent.
Thank you for giving this best information. It’s a very nice topic
ReplyDeleteSAP HANA Remote Online Access
Its good
ReplyDelete