Yes, you can use FtpRemoteFileList.SelectedFileItems to get a list of the currently selected files. You can then call ExFTPConnection.BeginDownloadFile for each file to download them.
Alternatively, there's a method called FtpRemoteFileList.TransferSelectedItems that you could call from the button's click-handler, which will do the same thing.
- Hans (EnterpriseDT)