FTP Project in Visual Studio Pro 2005 (Visual Basic)

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
 
G

Guest

VS.Net 2005 has FTP support built in with the FtpWebRequest and
FtpWebResponse classes

regards

Michel Posseth [MCP]
 

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

Top