l******9 发帖数: 579 | 1 【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: transfer a tar.gz file from Linux server to win7 desktop
发信站: BBS 未名空间站 (Fri Nov 14 22:42:50 2014, 美东)
I need to transfer a tar.gz file (2.6 GB) from a Linux server to my laptop (
win 7).
I have installed cygwin on my desktop.
On the linux server, I used scp:
scp myUserName@linux-server:/mypath/myFile.tar.gz myUserName@my-desktop/
mypath
But, the command did not have and response.The same problem happened if I
used scp to copy to my laptop.
When I used scp on my win7 laptop with cygwin openssh:
scp myUserName@linux-server:/mypath/myFile.tar.gz myUserName@my-laptop/
mypath
I got:
ssh: connect to host liux-server port 22: Connection refused
lost connection
I cannot install cygwin on my desktop.
Are there other ways to do the file transfer ? | n******7 发帖数: 12463 | | z*********e 发帖数: 10149 | | l******9 发帖数: 579 | 4 install filezilla in my desktop ?
thanks
【在 n******7 的大作中提到】 : 装个filezilla : 用22下载就好了
| x****o 发帖数: 21566 | 5 前一阵儿有人推荐的mobaxterm就可以了
【在 l******9 的大作中提到】 : install filezilla in my desktop ? : thanks
| x****s 发帖数: 921 | 6 第二个scp linux host 拼对了吗?
另外,确认linux ssh running, 再一个本机(win7) 不要写user@host: 只要local
path |
|