This is a discussion on how to get server response with ftp extension? within the PHP General forums, part of the PHP Programming Forums category; is there a reason why php's built-in ftp extension does not have a function that returns the last ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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? regards, RK |