FTPConnection.this

Undocumented in source.
  1. this()
  2. this(const(char)[] hostname, const(char)[] username, const(char)[] password, uint port)
    class FTPConnection
    this
    (
    const(char)[] hostname
    ,
    const(char)[] username = "anonymous"
    ,
    const(char)[] password = "anonymous@anonymous"
    ,
    uint port = 21
    )
  3. this(FtpAddress fad)

Meta