$upload = ftp_put($conn_id, 'test.zip', 'http://somedomain.com/test.zip', FTP_BINARY);
Is it possible to use FTP to copy a file to the server using a URL? I am able to create the file on my server, however its 0k, is there another function I can use?
Thanks,
Lang
