'Declaration Public Overloads Sub UploadFileAsync( _ ByVal localFilePath As System.String, _ ByVal ftpFileName As System.String, _ ByVal customObject As System.Object _ )
'Usage Dim instance As FTP Dim localFilePath As System.String Dim ftpFileName As System.String Dim customObject As System.Object instance.UploadFileAsync(localFilePath, ftpFileName, customObject)
public void UploadFileAsync( System.string localFilePath, System.string ftpFileName, System.object customObject )
public procedure UploadFileAsync( localFilePath: System.String; ftpFileName: System.String; customObject: System.TObject );
public function UploadFileAsync( localFilePath : System.String, ftpFileName : System.String, customObject : System.Object );
public: void UploadFileAsync( System.string* localFilePath, System.string* ftpFileName, System.Object* customObject )
public: void UploadFileAsync( System.String^ localFilePath, System.String^ ftpFileName, System.Object^ customObject )
Parameters
- localFilePath
- The local file path
- ftpFileName
- The FTP file path
- customObject
- Your custom object to be returned with Started, Progress, and Completed Events