Resumes the download of the remote file from the FTP server.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public virtual FileInfo ResumeDownload(
	string remoteFile,
	long off
)
Visual Basic
Public Overridable Function ResumeDownload ( _
	remoteFile As String, _
	off As Long _
) As FileInfo
Visual C++
public:
virtual FileInfo^ ResumeDownload(
	String^ remoteFile, 
	long long off
)

Parameters

remoteFile
Type: System..::..String
The remote file to download.
off
Type: System..::..Int64
The file offset.

Return Value

The remote file contents.

Exceptions

ExceptionCondition
Jscape.Ftp..::..FtpExceptionIf an I/O or FTP error occurs.

See Also