Posts by Dayvison • 1 point
1 post
-
0
votes1
answer66
viewsQ: Upload file to FTP, directly from a URL
I tried a lot of ways to do something like "php file reads the URL file, write another same one inside ftp" Code tested 1: <!-- language: lang-php --> <?php if(empty( $_POST['q']))…