开发者

how to transfer a file to my server directly from another server

Hey guys what is the easiest way to transfer a file to my server directly from another server, this way I won't download the fi开发者_如何学运维le to my pc and then upload it to my server, so the requested file should look like http://www.examplesite.com/file.zip my server is running linux, but I don't have SSH access.

So how can I do this ? and thanks guys :D


Without SSH it will be very difficult. Possibly rsync might work, if its on both servers with damons set up. RCP (remote copy) exists, its simlar to SCP with out the SSH part, but I doubt its installed due to security concerns.


You have to start a shell on your server. Then try :

man wget

And use :

wget http://www.examplesite.com/file.zip

If you can not have acces to a shell then tell us exactly what control you have over your server.

my2c

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜