Upload and download files based on SFTP

Source: Internet
Author: User
Tags file transfer protocol

1. What is SFTP?

SFTP is the abbreviation for Secure File Transfer protocol, security File Transfer Protocol. You can provide a secure encryption method for transferring files. It is mainly used for uploading and downloading files on Linux systems without any other ancillary software or tools.

2. How do I open sftp?

Linux is entered directly in the terminal: sftp [email protected] IP (or remote host name). When authentication occurs, a remote link can be achieved by simply filling in the correct password. Login success after the terminal rendered: Sftp>

SFTP Login on informal port (regular port # 22nd): sftp-o port=1000 [email protected] IP.

  

3. How do I upload and download?

Upload: put/path/filename (Local host)/path/filename (remote host);

Download: get/path/filename (remote host)/path/filename (local host).

4. Related

Windows can use Core Ftp,filezilla, winscp,xftp to connect sftp to upload, download files, create, delete directories, etc.

Upload and download files based on SFTP

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.