FTPConnection.append

Append data to a file on the server.

Calling this function will change the current data transfer format.

class FTPConnection
void
append
(
const(char)[] path
,
InputStream stream
,,)

Parameters

path const(char)[]

the path to the remote file

stream InputStream

data to append to the file

progress FtpProgress

a delegate to call with progress information

format FtpFormat

what format to send the data in

Meta