FTPRequest

Undocumented in source.

Constructors

this
this(string uri)
Undocumented in source.
this
this(URI uri)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

execute
FTPResponse execute(Request r)
Undocumented in source. Be warned that the author may not have intended to support it.
format
string format(string fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
get
FTPResponse get(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
handleChangeURI
void handleChangeURI(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
post
FTPResponse post(string uri, R content, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
post
FTPResponse post()
Undocumented in source. Be warned that the author may not have intended to support it.
responseToCode
ushort responseToCode(string response)
Undocumented in source. Be warned that the author may not have intended to support it.
sendCmdGetResponse
ushort sendCmdGetResponse(string cmd, NetworkStream __controlChannel)
Undocumented in source. Be warned that the author may not have intended to support it.
serverResponse
string serverResponse(NetworkStream __controlChannel)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
tryCdOrCreatePath
ushort tryCdOrCreatePath(string[] path)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

responseHistory
string[] responseHistory [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta