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( IEnumerator fileNames ) |
Visual Basic |
---|
Public Overridable Sub MUpload ( _ fileNames As IEnumerator _ ) |
Visual C++ |
---|
public: virtual void MUpload( IEnumerator^ fileNames ) |
Parameters
- fileNames
- Type: System.Collections..::..IEnumerator
filenames of files to upload
Remarks
Use this method to upload multiple files where the filenames are known.
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |