Begins an asynchronous request to upload an array of bytes to the FTP server in the current working directory.
Begins an asynchronous request to upload an array of bytes to the FTP server in the current working directory.
public virtual IAsyncResult BeginUploadByteArray(byte[],string,AsyncCallback,object);
Begins an asynchronous request to upload data to the FTP server in the current working directory.
public virtual IAsyncResult BeginUploadByteArray(byte[],string,bool,AsyncCallback,object);