| 461 | } |
| 462 | |
| 463 | SFTPError SFTPClient::getLastError() const { |
| 464 | return last_error_; |
| 465 | } |
| 466 | |
| 467 | bool SFTPClient::getFile(const std::string& path, io::BaseStream& output, int64_t expected_size /*= -1*/) { |
| 468 | /** |
no outgoing calls
no test coverage detected