Uploads multiple files from the local directory to the remote directory on the FTP server.

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

Syntax

C#
public virtual void MUpload(
	string regexp
)
Visual Basic
Public Overridable Sub MUpload ( _
	regexp As String _
)
Visual C++
public:
virtual void MUpload(
	String^ regexp
)

Parameters

regexp
Type: System..::..String
The filter for the files to upload

Remarks

Use this method to upload multiple files where the filenames are not known.

Exceptions

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

See Also