| 410 | } |
| 411 | |
| 412 | int FTPProfile::SetKeyFile(const TCHAR * keyFile) { |
| 413 | SU::FreeTChar(m_keyFile); |
| 414 | m_keyFile = SU::DupString(keyFile); |
| 415 | return 0; |
| 416 | } |
| 417 | |
| 418 | const char* FTPProfile::GetPassphrase() const { |
| 419 | return m_passphrase; |
no outgoing calls
no test coverage detected