Downloads multiple files that match the filter from the FTP
server remote directory.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public virtual void MDownload( string regexp, RegexOptions options ) |
Visual Basic |
---|
Public Overridable Sub MDownload ( _ regexp As String, _ options As RegexOptions _ ) |
Visual C++ |
---|
public: virtual void MDownload( String^ regexp, RegexOptions options ) |
Parameters
- regexp
- Type: System..::..String
The regular expression filter.
- options
- Type: System.Text.RegularExpressions..::..RegexOptions
The values to use to set regular expression options.
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |