View Single Post
  #1 (permalink)  
Old June 29th, 2006, 09:39 AM
shoopes shoopes is offline
Registered User
 
Join Date: Jun 2006
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default FTP in Visual Studio 2005 Pro (Visual Basic)

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
Reply With Quote