like the subject, i want to redirect to my ftp ( [url]ftp://ipnumber:[/url] portnumber) but how is this possible with the php code? please advise!!
thanx!
greetz robby
Have you tried header("Location: ftp://ftp.ipnumber:port"); ?
Originally posted by LordShryku Have you tried header("Location: [url]ftp://ftp.ipnumber:port[/url]"); ?
it won't work! i already tried but this code redirect not to an ftp site. i work fine if it redirect to http but nog to ftp... 🙁
somebody who knows?
gr robby
Try the PHP reference on FTP functions: http://www.php.net/manual/en/ref.ftp.php
It's pretty detailed.