Downloading a directory |
You can download an entire directory using the Ftps#downloadDir method and a directory name. Directory to download is relative to your current remote directory.
Example
// download the images directory ftps.downloadDir("images");
See also
|