Are you certain that the complete path is described by the F("DRIVE") & 
F("TEST")?  Sometimes the trailing '\' is not incorporated, and this will not 
describe the complete path.  Use DEBUG to see exactly what the construct is 
sending. . .

Neal Quinn
Montefiore Medical Center
  ----- Original Message ----- 
  From: Scaccia, Kimberly 
  To: [email protected] 
  Sent: Thursday, August 23, 2007 9:46 AM
  Subject: [Talk] sending files FTP


  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