Uploads the content of the data stream to the file on the server.
Uploads the content of the data stream to the file on the server.
public IAsyncResult BeginPutFile(Stream,string,AsyncCallback,object);
Uploads the content of the data stream to the file on the server.
public IAsyncResult BeginPutFile(Stream,string,long,long,AsyncCallback,object);
Uploads the content of the local file to the file on the server.
public IAsyncResult BeginPutFile(string,string,AsyncCallback,object);
Uploads the content of the local file to the file on the server.
public IAsyncResult BeginPutFile(string,string,long,long,long,AsyncCallback,object);
Ftp Class | Rebex.Net Namespace