Returns the connection state of the client.
| 403 | |
| 404 | /// Returns the connection state of the client. |
| 405 | bool CFTPClient::IsConnected() const |
| 406 | { |
| 407 | return m_apSckControlConnection->operator SOCKET()!=INVALID_SOCKET; |
| 408 | } |
| 409 | |
| 410 | /// Returns true if a download/upload is running, otherwise false. |
| 411 | bool CFTPClient::IsTransferringData() const |
nothing calls this directly
no outgoing calls
no test coverage detected