LibreOffice Module ucb (master) 1
|
Definition of ftpcontentprovider. More...
Classes | |
class | curl_exception |
class | CurlInput |
struct | DateTime |
class | DynamicResultSet |
class | FTPContent |
class | FTPContentIdentifier |
class | FTPContentProvider |
class | FTPDirectoryParser |
struct | FTPDirentry |
class | FTPLoaderThread |
A loaderthread acts as factory for CURL-handles, the key being ( implicit ) the threadid. More... | |
class | FTPURL |
class | malformed_exception |
class | MemoryContainer |
class | ResultSetBase |
class | ResultSetFactory |
class | ResultSetI |
class | XInteractionApproveImpl |
class | XInteractionDisapproveImpl |
class | XInteractionRequestImpl |
Enumerations | |
enum | FTPDirentryMode { INETCOREFTP_FILEMODE_UNKNOWN = 0x00 , INETCOREFTP_FILEMODE_READ = 0x01 , INETCOREFTP_FILEMODE_WRITE = 0x02 , INETCOREFTP_FILEMODE_ISDIR = 0x04 , INETCOREFTP_FILEMODE_ISLINK = 0x08 } |
enum | FTPErrors { FOLDER_MIGHT_EXIST_DURING_INSERT = CURL_LAST , FILE_MIGHT_EXIST_DURING_INSERT } |
Definition of ftpcontentprovider.
Listing of a directory.
enum ftp::FTPDirentryMode |
Enumerator | |
---|---|
INETCOREFTP_FILEMODE_UNKNOWN | |
INETCOREFTP_FILEMODE_READ | |
INETCOREFTP_FILEMODE_WRITE | |
INETCOREFTP_FILEMODE_ISDIR | |
INETCOREFTP_FILEMODE_ISLINK |
Definition at line 64 of file ftpdirp.hxx.
enum ftp::FTPErrors |
Enumerator | |
---|---|
FOLDER_MIGHT_EXIST_DURING_INSERT | |
FILE_MIGHT_EXIST_DURING_INSERT |
Definition at line 44 of file ftpurl.hxx.