:: com :: sun :: star :: ucb ::

service FTPContentProvider
Description
The FTP Content Provider (FCP) implements a ::com::sun::star::ucb::ContentProvider for the UniversalContentBroker (UCB).

The served contents enable access to directories and files on a ftp-server.

Since
OpenOffice 1.1.2
See also
::com::sun::star::ucb::Content

Exported Interfaces
::com::sun::star::ucb::XContentProvider
Description
provides an object representing either a (ftp-server side) directory object allowing listing of children or a content object providing access a (ftp-server side) file.
See also
::com::sun::star::ucb::FTPContent

 
Top of Page