sftp is the abbreviation of Secure File Transfer Protocol, a secure file transfer protocol. It can provide a secure network encryption method for transferring files. sftp has almost the same syntax and functionality as ftp. SFTP is a part of SSH and is a secure way to transfer files to your Blogger server. In fact, the SSH software package already includes a secure file information transfer subsystem called SFTP (Secure File Transfer Protocol). SFTP itself does not have a separate daemon process. It must use the sshd daemon process (the default port number is 22) to complete the corresponding connection and reply operations. So in a sense, SFTP is not like a server program, but more like a client program. SFTP also uses encryption to transmit authentication information and transmitted data, so using SFTP is very safe. However, since this transmission method uses encryption/decryption technology, the transmission efficiency is much lower than that of ordinary FTP. If you have higher requirements for network security, you can use SFTP instead of FTP. Common command parameters usage: sftp [-1Cv] [-B buffer_size] [-b batchfile] [-F ssh_config] [-o ssh_option] [-P sftp_server_path] [-R num_requests] [-S program] [-s subsystem | sftp_server] host sftp [user@]host[:file ...] sftp [user@]host[:dir[/]] sftp -b batchfile [user@]host Common command display Remote download/upload # Connect to the remote server sftp [email protected] # View the current server path lpwd # View the remote server path [default user home directory] pwd # upload file put current path remote connection # download file get remote path current path Log in Upload: shortcut key: Alt+P The above is all the knowledge points about the Linux sftp command introduced this time. For more information, please refer to the related articles below. You may also be interested in:
|
<<: Example operation MySQL short link
>>: How to use ES6 class inheritance to achieve a gorgeous ball effect
Table of contents 1. Vue initialization vue entry...
Preface The sleep system function in MySQL has fe...
MySQL 8.0.18 stable version (GA) was officially r...
Features of SSHFS: Based on FUSE (the best usersp...
1. Virtual Machine Side 1. Find the mysql configu...
Table of contents Manual deployment 1. Create a s...
1. HTML part <Col span="2">Upload...
Install mysql5.7 under win, for your reference, t...
HTML text formatting tags 標簽 描述 <b> 定義粗體文本 ...
Project requirements require some preprocessing o...
What is margin-top collapse Margin-top collapse i...
When rendering Markdown before, I used the previe...
Table of contents Preface Core - CancelToken Prac...
Cascading and Cascading Levels HTML elements are ...
Div solution when relative width and absolute wid...