I am writing a script to send files FTP.  If I specifically type the file name 
(exactly as it is on the local drive), it works: 
 
SendFTP "C:\DailyFiles\complete.txt", "", "10.105.13.237", "ftphmcm", 
"ftphmcm", , "", False
 
However, if I attempt to use flags to tell the action which files to send, it 
doesn't work. 
The flags, temselves, are working and if I paste the information from my script 
into the immediate window, it comes back with the correct file name -- What am 
I missing???? 
 
SendFTP F("DRIVE") & F("TEST"), "", "10.105.13.237", "ftphmcm", "ftphmcm", , 
"", False
 
Any help is appreciated. 
 
Kim Scaccia
Halifax Medical Center
386-226-4590 opt 1 ext 2018 
 

Reply via email to