Appends the content of the data stream to the file on the server.
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);
Ftp Class | Rebex.Net Namespace