FTP using Vb.Net2005

  • Thread starter Thread starter Green Taylor
  • Start date Start date
G

Green Taylor

I want to get a file from a FTP server. How do I do it using vb.net 2005.
Please give me an example.

Please Help.
Thanks, Green
 
Green Taylor said:
I want to get a file from a FTP server. How do I do it using vb.net 2005.

If you have VS 2005 installed, open help and enter "FTP client sample [.NET
Framework]" in the "Look for:" textbox on the "Index" tab. You'll find a
sample FTP client which is based on .NET 2.0's FTP classes, namely
'FtpWebRequest' and 'FtpWebResponse', there.
 
Back
Top