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 ? | e*******o 发帖数: 4654 | 2 in linux server,
cd /fold/of/the file
python -m SimpleHTTPServer
then in your desktop
http://linuxserver_ip:8000 | l******9 发帖数: 579 | 3 what is SimpleHTTPServer ?
In my desktop, after typed http://linuxserver_ip:8000
I got :
this page can't be displayed.
thanks
【在 e*******o 的大作中提到】 : in linux server, : cd /fold/of/the file : python -m SimpleHTTPServer : then in your desktop : http://linuxserver_ip:8000
| e*******o 发帖数: 4654 | |
|