regards, RK -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
is there a reason why php's built-in ftp extension does not have a
function that returns the last message the ftp server sent? for example,
it would be nice to know whether i can't create a directory because it
already exists or because i don't have permission. am i missing
something obvious here?