| 242 | } |
| 243 | |
| 244 | int FTPClientWrapperSSL::ChmodFile(const char * path, const char * mode) { |
| 245 | int retcode = m_client.ChmodFile(path, mode); |
| 246 | |
| 247 | return OnReturn((retcode == UTE_SUCCESS)?0:-1); |
| 248 | } |
| 249 | |
| 250 | int FTPClientWrapperSSL::MkDir(const char * path) { |
| 251 | int retcode = m_client.MkDir(path); |