用PuTTY连接Linux上传下载文件常用方法

 用pscp上传文件到Linux:

pscp -pw password -P port d:\putty\sourcefile.txt root@222.73.236.94:/dest_dir/

 

用psftp连接Linux,从linux上下载文件:

psftp -l root -pw password -P port 222.73.236.94

查看帮助:

psftp> help
!      run a local command
bye    finish your SFTP session
cd     change your remote working directory
chmod  change file permissions and modes
close  finish your SFTP session but do not quit PSFTP
del    delete files on the remote server
dir    list remote files
exit   finish your SFTP session
get    download a file from the server to your local machine
help   give help
lcd    change local working directory
lpwd   print local working directory
ls     list remote files
mget   download multiple files at once
mkdir  create directories on the remote server
mput   upload multiple files at once
mv     move or rename file(s) on the remote server
open   connect to a host
put    upload a file from your local machine to the server
pwd    print your remote working directory
quit   finish your SFTP session
reget  continue downloading files
ren    move or rename file(s) on the remote server
reput  continue uploading files
rm     delete files on the remote server
rmdir  remove directories on the remote server

对本地文件的命令都是以“l”开头的。


将远程当前工作目录文件sourcefile.txt下载到 本地当前工作目录中:
psftp> get sourcefile.txt

将本地当前工作目录文件sourcefile.txt上传到 远程当前工作目录中:
psftp> put  source.txt

查看端口使用情况:

netstat -tanp


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值