由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - transfer a tar.gz file from Linux server to win7 desktop (转载)
相关主题
请教如何设置SSH Server?win7 和win 10 哪个更好?
Help C++ Template function link error .用Remote Desktop connection 是不是没法调用远程的 Resource?
windows下面怎么远程调用一个linux下的命令?微软的东西有点古怪
develop linux apps on Windows有谁知道这段tcp通讯到底在干什么事吗? (转载)
MinGW在win7上就是一个垃圾想学java开发
有没有什么文章,介绍,如何把WIN下的程序,在LINUX SERVER上运access a server not through remote desktop service on windo (转载)
请大家推荐个免费FTP server (linux)two monitors issue
M$ SQL Server出Linux版了问C++文件路径的问题
相关话题的讨论汇总
话题: linux话题: server话题: desktop话题: scp话题: myusername
进入Programming版参与讨论
1 (共1页)
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
1 (共1页)
进入Programming版参与讨论
相关主题
问C++文件路径的问题MinGW在win7上就是一个垃圾
error of opening a file located in a remote server from pyt (转载)有没有什么文章,介绍,如何把WIN下的程序,在LINUX SERVER上运
死了,哪里有mingw的入门介绍?请大家推荐个免费FTP server (linux)
一个关于在 cygwin 中使用 R 的问题 (转载)M$ SQL Server出Linux版了
请教如何设置SSH Server?win7 和win 10 哪个更好?
Help C++ Template function link error .用Remote Desktop connection 是不是没法调用远程的 Resource?
windows下面怎么远程调用一个linux下的命令?微软的东西有点古怪
develop linux apps on Windows有谁知道这段tcp通讯到底在干什么事吗? (转载)
相关话题的讨论汇总
话题: linux话题: server话题: desktop话题: scp话题: myusername