If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > scheduled ftp w/ notification

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-01-04, 20:23
chris77 chris77 is offline
Registered User
 
Join Date: Jun 2004
Posts: 1
scheduled ftp w/ notification

Anyone have any info on a tool to schedule a ftp task that includes email notification of missed tasks? I have been using the free Microsoft scheduled tasks of a bat file that executes a command line ftp but need an email notification. This task runs on a windows 2003 server. thanks
Reply With Quote
  #2 (permalink)  
Old 06-02-04, 00:21
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
If you are running SQL Server, you can reasonably easily build a DTS package that will do almost miraculous things. Scheduling an FTP and emailing on either success, failure, or both is simple.

If you don't have SQL Server, you can use Perl to create a script that will do an FTP and can even send an email. Since this is a full blown scripting language, you can do whatever you are willing to write a script to do, but that takes a bit more time than a similar DTS task.

If you have any application (such as MS-Access), you can build scripts to handle FTP and email, but this is a bit more complex than the Perl option (at least in my opinion).

Of course, there is always "brute force", where you can write a small application using c# or VB to create an executable. This is the most work of all my suggestions, but also the most powerful choice.

As I'm fond of saying, there are more ways to skin a cat than there are cats, but that is no reason to stop trying! You just have to find the solution that works for you.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On