Uploads multiple files from the local directory to the remote
directory on the FTP server.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public virtual void MUpload( string regexp, RegexOptions options ) |
Visual Basic |
---|
Public Overridable Sub MUpload ( _ regexp As String, _ options As RegexOptions _ ) |
Visual C++ |
---|
public: virtual void MUpload( String^ regexp, RegexOptions options ) |
Parameters
- regexp
- Type: System..::..String
The filter for the files to upload
- options
- Type: System.Text.RegularExpressions..::..RegexOptions
The values to use to set regular expression options.
Remarks
Use this method to upload multiple files where the filenames are not known.
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |