'Declaration Public Overloads Sub DownloadFileAsync( _ 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.DownloadFileAsync(localFilePath, ftpFileName, restart, customObject)
public void DownloadFileAsync( System.string localFilePath, System.string ftpFileName, System.long restart, System.object customObject )
public procedure DownloadFileAsync( localFilePath: System.String; ftpFileName: System.String; restart: System.Int64; customObject: System.TObject );
public function DownloadFileAsync( localFilePath : System.String, ftpFileName : System.String, restart : System.long, customObject : System.Object );
public: void DownloadFileAsync( System.string* localFilePath, System.string* ftpFileName, System.long restart, System.Object* customObject )
public: void DownloadFileAsync( System.String^ localFilePath, System.String^ ftpFileName, System.int64 restart, System.Object^ customObject )
Parameters
- localFilePath
- The local file path
- ftpFileName
- The FTP file path
- restart
- The byte offset to start downloading from
- customObject
- Your custom object to be returned with Started, Progress, and Completed Events