I wanted to move a file from another server to the server

Instruction ----> wget
Is this service available??

please help me

I wanted to move a file from another server to the server

Instruction ----> wget
Is this service available??

please help me

hi,
sorry, wget is not available to normal users; this would require terminal-access or privileges to issue commands on the server via exec/system-functions within PHP … you’ll have to upload your files using FTP.
ciao
how about using php fopen() on a file that’s on another server?
like fopen(‘ttp://google.com/index.php’, ‘r’);
is that allowed?
thanks for the answer!
Nope.