Rebex FTP/SSL for .NET

Ftp.AppendFile 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 long AppendFile(Stream,string);

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

public long AppendFile(Stream,string,long);

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

public long AppendFile(string,string);

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

public long AppendFile(string,string,long,long);

See Also

Ftp Class | Rebex.Net Namespace