I want to connect to an existing FTP server, upload a file, wait for the server to create a report on it, and upload this report to the local computer in the VB.NET 2.0 WinForms project.
Is there an existing FTP library that would be useful to me? My task seems simple enough that I would rather not get into the world of active versus passive, sockets, etc.
source share