|
|
| FtpLibWrapper (const std::string &url) |
| |
|
bool | isAvailable () const |
| |
|
bool | put (const std::string &localPath, const std::string &remotePath) |
| |
|
bool | get (const std::string &localPath, const std::string &remotePath) |
| |
|
bool | removeFile (const std::string &remotePath) |
| |
|
bool | removeDir (const std::string &remotePath) |
| |
|
bool | renameFile (const std::string &oldPath, const std::string &newPath) |
| |
|
std::optional< std::vector< std::string > > | nlst (const std::string &remotePath) const |
| |
|
bool | pathExists (const std::string &remotePath) const |
| |
|
std::optional< int > | fileSize (const std::string &remotePath) const |
| |
|
bool | makePath (const std::string &dirPath) |
| |
|
std::optional< FileType > | fileType (const std::string &remotePath) |
| |
The documentation for this class was generated from the following file:
- samples/storage/ftp_storage_plugin/src/ftp_library.cpp