Ask a Question related to ASP.NET General, Design and Development.
-
Paul #1
FTP in VB.Net
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.
Paul Guest
-
Steve C. Orr, MCSD #2
Re: FTP in VB.Net
Here's some FTP code you should be able to use:
[url]http://www.mentalis.org/classlib/index.php?category=Internet+%26+Networks[/url]
[url]http://www.codeproject.com/dotnet/dotnetftp.asp[/url]
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:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvssamp/html/vbcs_CreatingaWindowsService.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Paul" <paul@nospam.com> wrote in message
news:0f3c01c3513e$d69188b0$a601280a@phx.gbl...> 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



Reply With Quote

