edtFTPnet/Express - Class Reference

ExFTPConnection.BeginUploadStream Method

Begins an asynchronous request to upload a stream of data to the FTP server in the current working directory.

Overload List

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);

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace