'Declaration Public Overloads Sub UploadFileAsync( _ ByVal localFilePath As System.String, _ ByVal ftpFileName As System.String, _ ByVal restart As System.Long, _ ByVal customObject As System.Object _ )
'Usage Dim instance As FTP Dim localFilePath As System.String Dim ftpFileName As System.String Dim restart As System.Long Dim customObject As System.Object instance.UploadFileAsync(localFilePath, ftpFileName, restart, customObject)
public void UploadFileAsync( System.string localFilePath, System.string ftpFileName, System.long restart, System.object customObject )
public procedure UploadFileAsync( localFilePath: System.String; ftpFileName: System.String; restart: System.Int64; customObject: System.TObject );
public function UploadFileAsync( localFilePath : System.String, ftpFileName : System.String, restart : System.long, customObject : System.Object );
public: void UploadFileAsync( System.string* localFilePath, System.string* ftpFileName, System.long restart, System.Object* customObject )
public: void UploadFileAsync( System.String^ localFilePath, System.String^ ftpFileName, System.int64 restart, System.Object^ customObject )
Parameters
- localFilePath
- The full path of the file, including the file name
- ftpFileName
- The full path of the FTP file, including the ftp directory and file name
- restart
- The byte offset to begin uploading
- customObject
- Your custom object to be returned with Started, Progress, and Completed Events