Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::net::ftp::FTPFileSystem Class Reference
#include <FTPFileSystem.h>
Inheritance diagram for acdk::net::ftp::FTPFileSystem:
List of all members.
Detailed Description
Represends a
File system mounted via class
FTPClient.
Constructor & Destructor Documentation
acdk::net::ftp::FTPFileSystem::FTPFileSystem |
( |
IN(RString) |
url |
) |
|
|
Member Function Documentation
void acdk::net::ftp::FTPFileSystem::_connect |
( |
|
) |
[private] |
|
|
get file info from cache or read it from ftp server
|
bool acdk::net::ftp::FTPFileSystem::equals |
( |
IN(RFTPFileSystem) |
other |
) |
[inline] |
|
bool acdk::net::ftp::FTPFileSystem::equals |
( |
IN(acdk::lang::Object) |
other |
) |
[inline, virtual] |
|
virtual RFile acdk::net::ftp::FTPFileSystem::file |
( |
IN(RString) |
path |
) |
[virtual] |
|
|
creates an instance of given file.
- Parameters:
-
path | is without the FS name |
- Returns:
- returns a new File.
Implements acdk::io::FileSystem. |
RFTPClient acdk::net::ftp::FTPFileSystem::getClient |
( |
|
) |
|
|
virtual RFileImpl acdk::net::ftp::FTPFileSystem::getFileImpl |
( |
IN(RString) |
fqpath |
) |
[virtual] |
|
|
returns a file implementation for this full qualified file implementation
Implements acdk::io::FileSystem. |
virtual RString acdk::net::ftp::FTPFileSystem::getRootName |
( |
|
) |
[virtual] |
|
|
returns the root name of the this file system Examples: /home/roger/myfile.zip ftp://ftp.artefaktur.com
Implements acdk::io::FileSystem. |
virtual RFileArray acdk::net::ftp::FTPFileSystem::listFiles |
( |
IN(RString) |
directory, |
|
|
int |
listflags |
|
) |
[virtual] |
|
|
- Parameters:
-
directory | the absolute name with out the FSname |
listflags | a combination of ListFlags |
- Returns:
- list of files
Implements acdk::io::FileSystem. |
virtual bool acdk::net::ftp::FTPFileSystem::ownsFile |
( |
IN(RString) |
fname |
) |
[virtual] |
|
void acdk::net::ftp::FTPFileSystem::removeFromCache |
( |
IN(RFileInfo) |
fi |
) |
|
|
RString acdk::net::ftp::FTPFileSystem::toString |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation