FTP Project in Visual Studio Pro 2005 (Visual Basic)

  • Thread starter Thread starter Scott0309
  • Start date Start date
S

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
 
VS.Net 2005 has FTP support built in with the FtpWebRequest and
FtpWebResponse classes

regards

Michel Posseth [MCP]
 
Back
Top