Downloading multiple files |
You can download multiple files using the Sftp#mdownload method along with a regular expression. All files will be downloaded relative to your current remote directory. See Setting your remote directory for details.
Example
// download all files ending with .gif extension to current local directory sftp.mdownload(".*\\.gif"); |