Uploading multiple files |
You can upload multiple files using the Ftp#mupload method and a regular expression. All files will be uploaded from your current local directory.
Example
// upload all files ending with .gif extension in current local directory ftp.mupload(".*\\.gif");
See also
|