URL file-access is disabled in the server configuration?

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

Instruction ----> wget

Is this service available?? :smiley: :smiley: :smiley:
please help me :slight_smile: :wink:

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.