mkdir and chmod failure
Tomasz Grobelny <[email protected]>
| Newsgroups | gmane.network.lftp.devel |
|---|---|
| Message-ID | <[email protected]> |
How can I detect Ftp::Mkdir and Ftp::Chmod (and propably other write operations) failure? I tried Ftp::GetErrorCode() but it always returns 0. Of course I can check if directory listing changed but this doesn't seem to be The Right Way (tm). Tomek