FtpFiles

Represents a selection of Files.

Constructors

this
this(const(char)[] server, const(char)[] path, const(char)[] username, const(char)[] password, uint port, FtpFileInfo[] infos)
Undocumented in source.

Members

Functions

fillInfos
void fillInfos()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref VfsFile) dg)

Iterate over the set of contained VfsFile instances

Properties

bytes
ulong bytes [@property getter]

Return the total size of all files

files
size_t files [@property getter]

Return the total number of entries

Variables

infos_
FtpFileInfo[] infos_;
name_
const(char)[] name_;
password_
const(char)[] password_;
Undocumented in source.
port_
uint port_;
Undocumented in source.
toString_
const(char)[] toString_;
username_
const(char)[] username_;
Undocumented in source.

Inherited Members

From VfsFiles

opApply
int opApply(int delegate(ref VfsFile) dg)

Iterate over the set of contained VfsFile instances

files
size_t files [@property getter]

Return the total number of entries

bytes
ulong bytes [@property getter]

Return the total size of all files

Meta