Need to copy remotely hosted file via Shell Command
Posted
by pnm123
on Stack Overflow
See other posts from Stack Overflow
or by pnm123
Published on 2010-04-01T15:22:12Z
Indexed on
2010/04/01
15:33 UTC
Read the original article
Hit count: 210
There is a file that hosted remotely on a server that is not supporting Shell Access. I bought a new server that supports Shell Access so now I want to copy a file that is on the non-supporting server to new server via a Shell Command using Putty.
File url is like this http://www.domain.com/file.gzip
and it is username/password protected.
To be more specific, I want to copy a backup of a home directory from cPanel to my new server via Shell command. I have done this few months ago but I don't remember it now and also I failed to Google it.
© Stack Overflow or respective owner