Use URLConnection to download file from FTP server
A simple method for downloading files from FTP server using FTP URL and URLConnection class, without using Apache Commons Net library. ... This article describes how to use java.net.URLConnection class to download a remote file from a FTP server, without ...