Resumes the upload of the file to the FTP server.

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

Syntax

C#
public virtual void ResumeUpload(
	string localFile,
	long off
)
Visual Basic
Public Overridable Sub ResumeUpload ( _
	localFile As String, _
	off As Long _
)
Visual C++
public:
virtual void ResumeUpload(
	String^ localFile, 
	long long off
)

Parameters

localFile
Type: System..::..String
The local file to upload.
off
Type: System..::..Int64
The file offset.

Exceptions

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

See Also