开发者

How to upload files to server using Putty (ssh) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 8 years ago.

开发者_开发技巧 Improve this question

Can someone help me with commands? I'm trying to upload file to server based on linux.


You need an scp client. Putty is not one. You can use WinSCP or PSCP. Both are free software.


"C:\Program Files\PuTTY\pscp.exe" -scp file.py server.com:

file.py will be uploaded into your HOME dir on remote server.

or when the remote server has a different user, use "C:\Program Files\PuTTY\pscp.exe" -l username -scp file.py server.com:

After connecting to the server pscp will ask for a password.


Use WinSCP for file transfer over SSH, putty is only for SSH commands.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜