-
-
Save lirongfei123/78a92b991ffc9d5a94895f9e7c62a0e7 to your computer and use it in GitHub Desktop.
scp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 从服务器下载整个目录 | |
| scp -r username@servername:remote_dir/ /tmp/local_dir | |
| 上传目录到服务器 | |
| scp -r /tmp/local_dir username@servername:remote_dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment