FtpFolderEntry

Defines a folder over FTP that has yet to be opened, may not exist, and may be created.

Constructors

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

Members

Functions

create
VfsFolder create()

Create a new folder

open
VfsFolder open()

Open a folder

Properties

exists
bool exists [@property getter]

Test to see if a folder exists

Variables

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 VfsFolderEntry

open
VfsFolder open()

Open a folder

create
VfsFolder create()

Create a new folder

exists
bool exists [@property getter]

Test to see if a folder exists

Meta