'Declaration Public Overloads Sub DownloadFile( _ ByVal localFilePath As System.String, _ ByVal ftpFileName As System.String, _ ByVal restart As System.Long, _ ByVal maxLength As System.Long _ )
'Usage Dim instance As SFTP Dim localFilePath As System.String Dim ftpFileName As System.String Dim restart As System.Long Dim maxLength As System.Long instance.DownloadFile(localFilePath, ftpFileName, restart, maxLength)
public void DownloadFile( System.string localFilePath, System.string ftpFileName, System.long restart, System.long maxLength )
public procedure DownloadFile( localFilePath: System.String; ftpFileName: System.String; restart: System.Int64; maxLength: System.Int64 );
public function DownloadFile( localFilePath : System.String, ftpFileName : System.String, restart : System.long, maxLength : System.long );
public: void DownloadFile( System.string* localFilePath, System.string* ftpFileName, System.long restart, System.long maxLength )
public: void DownloadFile( System.String^ localFilePath, System.String^ ftpFileName, System.int64 restart, System.int64 maxLength )
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 start downloading
- maxLength
- The number of bytes to download