Begins an asynchronous request to upload a stream of data to the FTP server in the current working directory.
Begins an asynchronous request to upload a stream of data to the FTP server in the current working directory.
public virtual IAsyncResult BeginUploadStream(Stream,string,AsyncCallback,object);
Begins an asynchronous request to upload a stream of data to the FTP server in the current working directory.
public virtual IAsyncResult BeginUploadStream(Stream,string,bool,AsyncCallback,object);