FTP in VB.Net

P

Paul

Hi,

I need to download, upload delete etc files on a server
using FTP in VB.Net.

I also need a timer that will run this every hour.

Does anyone know of any example Source Code that shows
this?

Thanks,
Paul.
 
J

John Timney \(Microsoft MVP\)

try this

http://www.mentalis.org/classlib/class.php?id=23

It should be very easy to wrap into a windows service, or a console app
accompanied by a timer event

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ftp in vb.net 3
FTP Downloading. 1
FTP issue - needs immediate attention 2
Looking for ftp and internet connection support 1
FTP Site 2
FTP with explorer like interface? 3
FTP and dotnet 3
FTP 3

Top