
December 9th, 2004, 09:21 AM
|
|
Contributing User
|
|
Join Date: May 2003
Posts: 388
Time spent in forums: 1 Day 3 h 4 sec
Reputation Power: 6
|
|
|
Script Issue
Im trying to transfer files automatically through ftp. I want to know how to stop a shell command? Basically what im doing is transferring files then shell a automatic email software. But if no file is transferred it still shells the email command?
Any way to fix this?
LOG screen
TRACE screen
CONNECT Secure
LCD C:\Program Files\WS_FTP Pro
SHELL ftpsync new2.ctl
SHELL NetMailBot.exe -priority high -tolist "c:\send\mail.txt" -subject "Your MDR File was Downloaded" -from plundberg@electrons.com -body "your File was Downloaded " -server mail.elect.com
close
|