I have a JList which lists all the files and folders on my FTP Server, which I can navigate through. At the moment I can download a single file by selecting it. However, I wish to be able to select a folder and download the full contents of it, which may contain multiple subdirectories and files.
I know you can detect whether an item is a file or folder using dirDetails(), but I'm looking for a shortcut that will allow me to download all my files and folders from a directory in one go?