当前位置:网站首页>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]边栏推荐
- Brief description of database and common operation guide
- [English learning][sentence] good sentence
- LeetCode_Nov_2nd_Week
- LeetCode_Dec_1st_Week
- A code example of the PCL method in the domain of DG (Domain Generalization)
- How to grow into a senior engineer?
- MNIST手写数字识别 —— ResNet-经典卷积神经网络
- How to get started with MOOSE platform - an example of how to run the official tutorial
- AWS使用EC2降低DeepRacer的训练成本:DeepRacer-for-cloud的实践操作
- Question 1000: Input two integers a and b, calculate the sum of a+b, this question is multiple sets of test data
猜你喜欢

Pipe redirection

Cut the hit pro subtitles export of essays

LeetCode_Dec_2nd_Week

Copy攻城狮的年度之“战”|回顾2020

题目1000:输入两个整数a和b,计算a+b的和,此题是多组测试数据

安装pyspider后运行pyspider all后遇到的问题

结构体内存对齐-C语言

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

The second official example analysis of the MOOSE platform - about creating a Kernel and solving the convection-diffusion equation

通用解决端口占用问题
随机推荐
剪映专业版字幕导出随笔
代码庆端午--粽你心意
No matching function for call to 'RCTBridgeModuleNameForClass'
[Deep Learning Diary] Day 1: Hello world, Hello CNN MNIST
安装MySQL的详细步骤
tmux概念和使用
[Development miscellaneous][Debug]debug into kernel
IDEA中创建web项目实现步骤
[开发杂项][调试]debug into kernel
集合--LinkedList
第三章 标准单元库(下)
Copy攻城狮信手”粘“来 AI 对对联
Rules.make-适合在编辑模式下看
Copy Siege Lion's Annual "Battle" | Review 2020
关于DG(域泛化)领域的PCL方法的代码实例
(Navigation page) OpenStack-M version - manual construction of two nodes - with video from station B
MNIST handwritten digit recognition - based on Mindspore to quickly build a perceptron to achieve ten categories
(导航页)OpenStack-M版-双节点手工搭建-附B站视频
Amazon Cloud Technology Build On-Amazon Neptune's Knowledge Graph-Based Recommendation Model Building Experience
strlen 转义字符