Copy file to external server
-
Hi,
I am trying to copy the existing/uploaded file to an external server.
The reference I used for my research was:
http://www.php.net/manual/en/function.ftp-put.phpAfter this did not work, I tried the following:
$new_file_path = $ftp_server."/test/".$new_file; @copy($new_file, $ftp_server".$filename);Is there a chance to get the file uploaded to a remote server?
Best regards,
Dan
The topic ‘Copy file to external server’ is closed to new replies.