LibreOffice Module ucb (master) 1
Classes | Namespaces | Enumerations
ftpdirp.hxx File Reference
#include <rtl/ustring.hxx>
#include <com/sun/star/util/DateTime.hpp>
Include dependency graph for ftpdirp.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ftp::DateTime
 
struct  ftp::FTPDirentry
 
class  ftp::FTPDirectoryParser
 

Namespaces

namespace  ftp
 Definition of ftpcontentprovider.
 

Enumerations

enum  ftp::FTPDirentryMode {
  ftp::INETCOREFTP_FILEMODE_UNKNOWN = 0x00 ,
  ftp::INETCOREFTP_FILEMODE_READ = 0x01 ,
  ftp::INETCOREFTP_FILEMODE_WRITE = 0x02 ,
  ftp::INETCOREFTP_FILEMODE_ISDIR = 0x04 ,
  ftp::INETCOREFTP_FILEMODE_ISLINK = 0x08
}