pos | the current offset into the stream |
string message | the exception message |
char[3LU] code | the code (5xx for fatal errors) |
FtpResponse r | the server response |
Socket data | the data listener socket Changed Since: 0.99.8 |
const(char)[] path | the path to the remote file |
InputStream stream | data to store, or null for a blank file |
FtpProgress progress | a delegate to call with progress information |
FtpFormat format | what format to send the data in |
const(char)[] path | the path to the remote file |
InputStream stream | data to append to the file |
FtpProgress progress | a delegate to call with progress information |
FtpFormat format | what format to send the data in |
size_t offset | the number of bytes to seek forward |
long bytes | the number of bytes to allocate |
const(char)[] path | the path to the remote file |
const(char)[] local_file | the path to the local file |
FtpProgress progress | a delegate to call with progress information |
FtpFormat format | what format to read the data in |
const(char)[] path | the path to the remote file |
OutputStream stream | stream to write the data to |
FtpProgress progress | a delegate to call with progress information |
FtpFormat format | what format to read the data in |