Instead of SHELLing out do it all from KiX.

code:
If Exist($WorkDir + "\vpcur.lst") Del $WorkDir + "\vpcur.lst" EndIf
$FTPScript = $WorkDir + "\CEGetCurrent.txt"
$ShellCMD ="ftp -s:" + $FTPScript
If Exist($FTPScript) Del '$FTPScript' Endif
If RedirectOutput($FTPScript) = 0
"open ftp.symantec.com" ?
"anonymous" ?
"les_ligetfalvy@@abicon.com" ?
"cd public/english_us_canada/antivirus_definitions/norton_antivirus/static" ?
"lcd " + $WorkDir ?
"bin" ?
"hash" ?
"prompt" ?
"get vpcur.lst" ?
"quit" ?
$rc = RedirectOutput("")
Else
$Error ="Failed to create " + $FTPScript
GoTo ExitError
Endif
Shell '$ShellCMD'

_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.