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 ) |
Visual Basic |
---|
Public Overridable Sub ResumeUpload ( _ localFile As String _ ) |
Visual C++ |
---|
public: virtual void ResumeUpload( String^ localFile ) |
Parameters
- localFile
- Type: System..::..String
The local file to upload.
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |