///////////////////////////////////////////////////////
| 253 | |
| 254 | //////////////////////////////////////////////////////////// |
| 255 | Ftp::Response Ftp::changeDirectory(const std::string& directory) |
| 256 | { |
| 257 | return sendCommand("CWD", directory); |
| 258 | } |
| 259 | |
| 260 | |
| 261 | //////////////////////////////////////////////////////////// |