Rebex FTP/SSL for .NET

Ftp.BeginAppendFile Method

Appends the content of the data stream to the file on the server.

Overload List

Appends the content of the data stream to the file on the server.

public IAsyncResult BeginAppendFile(Stream,string,AsyncCallback,object);

Appends the content of the data stream to the file on the server.

public IAsyncResult BeginAppendFile(Stream,string,long,AsyncCallback,object);

Appends the content of the local file to the file on the server.

public IAsyncResult BeginAppendFile(string,string,AsyncCallback,object);

Appends the content of the local file to the file on the server.

public IAsyncResult BeginAppendFile(string,string,long,long,AsyncCallback,object);

See Also

Ftp Class | Rebex.Net Namespace