ComponentSpace FTP Class Library Reference

FailSafeTransfer.BeginUpload Method

Initiates an asynchronous upload remote file.

Overload List

Initiates an asynchronous upload remote file.

public IAsyncResult BeginUpload(string,string);

Initiates an asynchronous upload remote file that has a specified state object.

public IAsyncResult BeginUpload(string,string,object);

Initiates an asynchronous upload remote file that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.

public IAsyncResult BeginUpload(string,string,object,AsyncCallback);

See Also

FailSafeTransfer Class | ComponentSpace.Ftp Namespace