Great. That solved the problem that it didn't want to create the logfile. Thanks.
But it still doesen't write the output of the ftp operation into that file.
All I can find in the file is the output from this:
? "Download " $log
?

But nothing from this:
Shell "ftp -i -s:c:\download.txt"

How can I solve this issue ?