nx_server_plugin_sdk  1.0
Server Plugin SDK
Public Member Functions | List of all members
nx_spl::aux::FtpLibWrapper Class Reference

Public Member Functions

 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: