Indicates if the resume mode is set.
| 374 | |
| 375 | /// Indicates if the resume mode is set. |
| 376 | bool CFTPClient::IsResumeModeEnabled() const |
| 377 | { |
| 378 | return m_fResumeIfPossible; |
| 379 | } |
| 380 | |
| 381 | /// Opens the control channel to the FTP server. |
| 382 | /// @param[in] strServerHost IP-address or name of the server |
nothing calls this directly
no outgoing calls
no test coverage detected