tango.net.ftp.FtpClient

Members

Aliases

FtpProgress
alias FtpProgress = void delegate(in size_t pos)

An FTP progress delegate.

Classes

FTPConnection
class FTPConnection

Seriously changed Since: 0.99.8 Documentation pending

FtpException
class FtpException

Changed location Since: 0.99.8 Documentation Pending

Enums

FtpConnectionType
enum FtpConnectionType

Active or passive connection mode.

FtpFileType
enum FtpFileType

The type of a file in an FTP listing.

FtpFormat
enum FtpFormat

The format of data transfer.

Structs

FtpAddress
struct FtpAddress

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

FtpConnectionDetail
struct FtpConnectionDetail

Detail about the data connection.

FtpFeature
struct FtpFeature

A supported feature of an FTP server.

FtpFileInfo
struct FtpFileInfo

Information about a file in an FTP listing.

FtpResponse
struct FtpResponse

A server response, consisting of a code and a potentially multi-line message.

Meta

Authors

Lester L. Martin II UWB, bobef

License

BSD style: $(LICENSE) Initial release: August 8, 2008