简体   繁体   中英

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 file 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

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM