Home All Groups Group Topic Archive Search About

How to use FTP in vb.net

Author
25 May 2006 10:35 PM
anonymowho
I am fairly new to VB.net. I was wondering if there is any classes already
defined within the .net framework that will let me move some of my files
dynamically to an FTP server.

I want my .net application to keep checking a particular folder on a Windows
server and everytime there is a new file in that folder i want my application
to FTP this file to a given FTP server.

any links to code snippets will be much appreciated.

Author
25 May 2006 11:02 PM
Herfried K. Wagner [MVP]
"anonymowho" <anonymo***@discussions.microsoft.com> schrieb:
>I am fairly new to VB.net. I was wondering if there is any classes already
> defined within the .net framework that will let me move some of my files
> dynamically to an FTP server.

..NET 1.*:

Accessing FTP servers in .NET applications
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=ftp&lang=en>

..NET 2.0:

..NET Framework Class Library -- 'FtpWebRequest' Class
<URL:http://msdn2.microsoft.com/en-US/library/system.net.ftpwebrequest.aspx>

An FTP client library for .NET 2.0
<URL:http://www.codeproject.com/vb/net/FtpClient.asp>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>