| 72 | } |
| 73 | |
| 74 | int FTPSettings::SetEncryptionKey(const char * key) { |
| 75 | Encryption::SetDefaultKey(key, -1); |
| 76 | return 0; |
| 77 | } |
| 78 | |
| 79 | bool FTPSettings::GetClearCache() const { |
| 80 | return m_clearCache; |
nothing calls this directly
no outgoing calls
no test coverage detected