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
Delayed loading (lazy loading) and preloading are...
Preface Query optimization is not something that ...
Table of contents 1. Swap partition SWAP 1.1 Crea...
Table of contents MySQL Shell import_table data i...
Table of contents 1. Use the warehouse to create ...
Recently, due to business adjustments in the comp...
This article example shares the specific code of ...
This article describes how to use docker to deplo...
01. Command Overview md5sum - Calculate and verif...
Table of contents 1. Commonly used string functio...
Table of contents Preface 1. unknown vs any 2. Th...
Table of contents React Fiber Creation 1. Before ...
There are currently three ways to display the cen...
Preface: In interviews for various technical posi...
Table of contents Index Type Index structure Nonc...