Home All Groups Group Topic Archive Search About

FTP Project in Visual Studio Pro 2005 (Visual Basic)

Author
29 Jun 2006 1:44 PM
Scott0309
I am currently researching how to write a FTP program that will send
certain text files to different FTP servers, depending on which
customer owns which FTP server. Does anyone know where I can get
started with this?

This program needs to:
- run every 30 minutes and check if a file exists for a certain
customer
- if file exists, read file name and determine where to send the file
- send the file
- write a log entry that this certain file was sent at time/date and
where it was sent

Your help is much appreciated. :)
- Scott

Author
29 Jun 2006 2:45 PM
M. Posseth
VS.Net 2005 has FTP support built in with the FtpWebRequest and
FtpWebResponse classes

regards

Michel Posseth [MCP]



Show quoteHide quote
"Scott0309" wrote:

> I am currently researching how to write a FTP program that will send
> certain text files to different FTP servers, depending on which
> customer owns which FTP server. Does anyone know where I can get
> started with this?
>
> This program needs to:
>  - run every 30 minutes and check if a file exists for a certain
> customer
>  - if file exists, read file name and determine where to send the file
>  - send the file
>  - write a log entry that this certain file was sent at time/date and
> where it was sent
>
> Your help is much appreciated. :)
> - Scott
>
>