Resumes the upload of the file to the FTP server.
Namespace: Jscape.FtpAssembly: 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
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |