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