Re: [PHP-DB] Help with FTP

2002-12-27 Thread Adam Williams
use system() to run /bin/df depending on the OS you might need to add a flag to it like -h (linux) or -k (solaris). www.php.net/system Adam On Fri, 27 Dec 2002, Dankshit wrote: > Is there a way to see how much space is left in a ftp server? > > thanks in advance! > --

[PHP-DB] Help with FTP

2002-12-27 Thread Dankshit
Is there a way to see how much space is left in a ftp server? thanks in advance!