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