当前位置:网站首页>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]
边栏推荐
- C语言对文件的操作(完整版)
- 库函数的模拟实现-C语言
- ideal life
- AWS uses EC2 to reduce the training cost of DeepRacer: DeepRacer-for-cloud practical operation
- counting cycle
- MNIST Handwritten Digit Recognition - From Perceptrons to Convolutional Neural Networks
- 关于DG(域泛化)领域的PCL方法的代码实例
- AWS使用EC2降低DeepRacer的训练成本:DeepRacer-for-cloud的实践操作
- LeetCode_Nov_4th_Week
- 2020-03-27
猜你喜欢
随机推荐
arm learning-1-development board
IEEE802.X协议族
第三章 标准单元库(上)
Rules.make - suitable for viewing in edit mode
LeetCode_Dec_1st_Week
文件权限管理 ugo
MVC自定义配置
动态内存管理-C语言
C语言静态变量static的分析
第三章 标准单元库(下)
MNIST手写数字识别 —— 从零构建感知机实现二分类
CAS无锁队列的实现
深度学习,“粮草”先行--浅谈数据集获取之道
深度学习理论 —— 初始化、参数调节
Amazon Cloud Technology Build On-Amazon Neptune's Knowledge Graph-Based Recommendation Model Building Experience
MNIST Handwritten Digit Recognition - From Perceptrons to Convolutional Neural Networks
(Navigation page) OpenStack-M version - manual construction of two nodes - with video from station B
【Copy攻城狮日志】“一分钟”跑通MindSpore的LeNet模型
管道重定向
Design and implementation of legal aid platform based on asp.net (with project link)