///////////////////////////////////////////////////////
| 274 | |
| 275 | //////////////////////////////////////////////////////////// |
| 276 | Ftp::Response Ftp::deleteDirectory(const std::string& name) |
| 277 | { |
| 278 | return sendCommand("RMD", name); |
| 279 | } |
| 280 | |
| 281 | |
| 282 | //////////////////////////////////////////////////////////// |