Upload and Download file from FTP Server using Java FTP Client

Recently within my project, I stumbled upon a requirement where I had to test one of the application’s functionality to upload/download the file via FTP Server. It was pretty much straight forward to do the same manually by using any of the FTP Client for example Filezilla but equally difficult to automate the process. Thus, …

Upload and Download file from FTP Server using Java FTP Client Read More »