Category "apache-commons-net"

Download a files from FTP matching a wildcard using Java Apache Commons Net

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

Read time out when trying to list FTP server directory in Docker container on Linux

I have service that polls FTP server with LIST command. I use local passive mode, use FTPSClient with following setting: ftpClient.setTrustManager(TrustManagerU