FtpAddress

A FtpAddress structure that contains all that is needed to access a FTPConnection; Contributed by Bobef

Members

Static functions

opCall
FtpAddress* opCall(const(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

address
const(char)[] address;
Undocumented in source.
directory
const(char)[] directory;
Undocumented in source.
pass
const(char)[] pass;
Undocumented in source.
port
uint port;
Undocumented in source.
user
const(char)[] user;
Undocumented in source.

Meta

Since

0.99.8