Does edtFTPj support mget/mput?
No, to keep it simple, edtFTPj only supports the FTP protocol, which does not support mget/mput. However this could be easily implemented by using the new dirDetails() method to get a listing of all files and directories within a directory. The array of FTPFile objects returned will enable you to find out which are files and which are directories, and you can recursively go through all the directories.