git - Open the putty terminal from the PC. The terminal is connected to the remote linux server. How to copy the txt file of the PC to the remote linux through putty?
过去多啦不再A梦2017-05-02 09:52:20
0
6
858
How did everyone do it?
For example, copy the PC's git public key file to the remote git authority file
There is a tool called
rz
和sz
,使用rz -y
可以选择本地文件直接通过终端上传到服务器,使用sz
that can be downloaded from the server to PC.The complete toolkit of putty includes the command pscp, and its usage is similar to scp
Open the key text, copy,
Shift
+Insert
paste. .To use the rz tool, you need to install it
Wouldn’t it be nice to use FTP
You can save a txt and then use the scp command