bad habbit quoting vars when sending to a udf. (or, so I belive)
 Code:
FTPget("$LocationFile", "$CopyTo", "$gebruikersnaam", "$wachtwoord")


review this:
 Code:
$LocationFile = 10.0.0.1 + Dir("/u/prod/version.*")
;to
$LocationFile = "10.0.0.1" + Dir("/u/prod/verson.*")

correct me if I am wrong.


Edited by Björn (2007-08-08 04:10 PM)
_________________________
as long as it works - why fix it?
If it doesn't work - kix-it!