Connecting Tech Pros Worldwide Forums | Help | Site Map

FTP in VB.Net

Paul
Guest
 
Posts: n/a
#1: Nov 17 '05
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.

Steve C. Orr, MCSD
Guest
 
Posts: n/a
#2: Nov 17 '05

re: FTP in VB.Net


Here's some FTP code you should be able to use:
http://www.mentalis.org/classlib/ind...t+%26+Networks
http://www.codeproject.com/dotnet/dotnetftp.asp

As for the timer thing you might consider developing this as a windows
service so it is always running, watching, and waiting for the trigger time.
Here's more information on Windows Services:
http://msdn.microsoft.com/library/de...owsService.asp

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net


"Paul" <paul@nospam.com> wrote in message
news:0f3c01c3513e$d69188b0$a601280a@phx.gbl...[color=blue]
> 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.[/color]


Closed Thread


Similar ASP.NET bytes