|
|
The FTP Content ProviderPrefaceThe FTP Content Provider implements a Content Provider for the Universal Content Broker (UCB). It provides access to the contents (folders and documents) made available by FTP servers. FTP ContentsThe FTP Content Provider provides two different types of contents: Folders and Documents.
|
|
|
UCB Type (returned by XContent::getContentType ) |
Properties |
Commands |
Interfaces |
|---|---|---|---|---|
|
Folder |
application/vnd.sun.staroffice.ftp-folder |
[readonly] ContentType [readonly] IsDocument [readonly] IsFolder Title [readonly] DateCreated |
getCommandInfo getPropertySetInfo getPropertyValues setPropertyValues insert delete open |
lang::XTypeProvider lang::XServiceInfo lang::XComponent ucb::XContent ucb::XCommandProcessor beans::XPropertiesChangeNotifier beans::XPropertyContainer beans::XPropertySetInfoChangeNotifier ucb::XCommandInfoChangeNotifier ucb::XContentCreator container::XChild
|
|
Document |
application/vnd.sun.staroffice.ftp-file |
[readonly] ContentType [readonly] IsDocument [readonly] IsFolder Title [readonly] DateCreated [readonly] DateModified [readonly] IsReadOnly [readonly] Size MediaType |
getCommandInfo getPropertySetInfo getPropertyValues setPropertyValues insert delete open |
same as FTP Folder |


