当前位置:网站首页>Usage of SFTP
Usage of SFTP
2022-08-04 06:33:00 【Louzen】
From Jasonzhiying
The concept of SFTP
sftp is the abbreviation of Secure File Transfer Protocol, secure file transfer protocol.An encryption method that can provide a secure network for transferring files.sftp has almost the same syntax and functionality as ftp.SFTP, part of SSH, is a secure way to transfer files to the Blogger server.In fact, the SSH software package already contains 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) toComplete 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 secure.However, because 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.(from Baidu Encyclopedia)
Here we use sftp to upload and download files on remote servers and local computers.
Basic usage:
- Connect to remote server:
sftp [email protected]Enter the server password after pressing Enter to connect successfully.
- Upload the file to the server:
put [address of local file] [Where files are stored on the server]- Download the file on the server to the local:
get [where the file is stored on the server] [Location to store locally]边栏推荐
猜你喜欢

在AWS-EC2中安装Minikube集群

MNIST Handwritten Digit Recognition - Image Analysis Method for Binary Classification

Copy Siege Lion 5-minute online experience MindIR format model generation

第三章 标准单元库(下)

深度学习理论——过拟合、欠拟合、正则化、优化器

MOOSE平台使用入门攻略——如何运行官方教程的例子

集合---ArrayList的底层

亚马逊云科技 Build On 2022 - AIot 第二季物联网专场实验心得

Copy攻城狮5分钟在线体验 MindIR 格式模型生成

LeetCode_Nov_3rd_Week
随机推荐
Golang环境变量设置(二)--GOMODULE&GOPROXY
LeetCode_Dec_2nd_Week
[Daily Office][Miscellaneous][vscode]tab space
C语言结构体(必须掌握版)
Windows10重置MySQL用户密码
Pipe redirection
Copy Siege Lion 5-minute online experience MindIR format model generation
Pytest common plug-in
The Unity of ML - agents interpret parameter Settings
C语言静态变量static的分析
LeetCode_Nov_4th_Week
理想的生活
JDBC第一学之进行数据库连接时出现The server time zone.....解决办法
[Copy Siege Lion Log] Flying Pulp Academy Intensive Learning 7-Day Punch Camp-Study Notes
剪映专业版字幕导出随笔
CSDN大礼包--高校圆桌派大礼包
LeetCode_Dec_1st_Week
文件编辑器
An abstract class, internal classes and interfaces
[开发杂项][调试]debug into kernel