| 379 | } |
| 380 | |
| 381 | int FTPClientWrapperSSH::SetKeyFile(const TCHAR * keyFile) { |
| 382 | SU::FreeTChar(m_keyFile); |
| 383 | m_keyFile = SU::DupString(keyFile); |
| 384 | return 0; |
| 385 | } |
| 386 | |
| 387 | int FTPClientWrapperSSH::SetPassphrase(const char * passphrase) { |
| 388 | SU::free(m_passphrase); |