How to use the files on a Linux server to a local sftp download

Download a file from the server to the local Linux

Operating on Linux servers

sftp [email protected]

Use the put command to upload files, put app.log

 

Local operation

sftp [email protected]

Use get command file downloads, get app.log

 

Reference material

https://linux.cn/article-8253-1.html

Guess you like

Origin www.cnblogs.com/yeyang/p/11805793.html