Basically I need to download list of matching files for the search from a FTP server. I have the code to download a specific file from a FTP server. But I nee
I have service that polls FTP server with LIST command. I use local passive mode, use FTPSClient with following setting: ftpClient.setTrustManager(TrustManagerU