| 418 | } |
| 419 | |
| 420 | int FTPClientWrapperSSL::Quote(const char * quote) { |
| 421 | int retcode = m_client.Quote(quote); |
| 422 | |
| 423 | return (retcode == UTE_SUCCESS)?0:-1; |
| 424 | } |
| 425 | |
| 426 | FILETIME FTPClientWrapperSSL::ConvertFiletime(int day, int month, int year, int hour, int minute) { |
| 427 | FILETIME ft; |