Resumes the download of the remote file from the FTP server.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public virtual FileInfo ResumeDownload( string localFile, string remoteFile ) |
Visual Basic |
---|
Public Overridable Function ResumeDownload ( _ localFile As String, _ remoteFile As String _ ) As FileInfo |
Visual C++ |
---|
public: virtual FileInfo^ ResumeDownload( String^ localFile, String^ remoteFile ) |
Parameters
- localFile
- Type: System..::..String
The local file name to use.
- remoteFile
- Type: System..::..String
The remote file to download.
Return Value
The remote file contents.
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |