Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connect to FTP Server with .net 2.0 [closed]

I'm looking to connect to an existing FTP server, upload a file, wait while the server generates a report on it, and download that report back to the local machine in a VB.NET 2.0 WinForms project.

Is there an existing FTP library that would be helpful to me for this? My task seems simple enough that I'd rather not get into the world of active vs. passive, sockets, etc.

like image 810
Jeffrey Avatar asked Dec 30 '22 01:12

Jeffrey


1 Answers

Look into System.Net.FtpWebRequest/FtpWebResonse

like image 141
Joel Coehoorn Avatar answered Jan 11 '23 23:01

Joel Coehoorn