Ok, I wasn't gonna post this, but I was coding last week, n fiddling with uploading files via ftp to my server... So when I saw the transloader script, I figured why not post this too, updated the code a bit to add login to server, n here you guys go...
DEMO: http://sendthoselinks.tk
Added after 41 minutes:
oh... n if you look for this line...
that sets it to passive mode, since some servers require this... If your server doesn't work with passive mode, disable/remove this line...
I left it in, cause I never used a server that doesn't accept passive mode...
DEMO: http://sendthoselinks.tk
Added after 41 minutes:
oh... n if you look for this line...
PHP Code:
$bob = ftp_pasv($connection, true);
I left it in, cause I never used a server that doesn't accept passive mode...
Comment