Page 1 of 1

How do I find out the FTP path?

Posted: Thu Aug 28, 2008 3:48 am
by cturner
As the subject says how do I find out the ftp path using php? Thanks in advance.

Re: How do I find out the FTP path?

Posted: Tue Sep 16, 2008 2:22 pm
by vetrivel
just upload a file with this content

<?php
echo phpinfo();
?>

and run it.. then you can able to see all the details of the server..
..
if there is any other way .. let me know????