'Declaration Public Sub ResumeDownloadFile( _ ByVal localFilePath As System.String, _ ByVal ftpFileName As System.String _ )
'Usage Dim instance As FTP Dim localFilePath As System.String Dim ftpFileName As System.String instance.ResumeDownloadFile(localFilePath, ftpFileName)
public void ResumeDownloadFile( System.string localFilePath, System.string ftpFileName )
public procedure ResumeDownloadFile( localFilePath: System.String; ftpFileName: System.String );
public function ResumeDownloadFile( localFilePath : System.String, ftpFileName : System.String );
public: void ResumeDownloadFile( System.string* localFilePath, System.string* ftpFileName )
public: void ResumeDownloadFile( System.String^ localFilePath, System.String^ ftpFileName )
Parameters
- localFilePath
- The local file path to download to
- ftpFileName
- The FTP file to download