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