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