I use the shell command: lftp -c 'open ip -u username,password -p port -e "mget /dir/"' I want to use this in .tcl is that possible? I already try: exec lftp -c 'open ip -u username,password -p port -e "mget /dir/"' but that gives the msg: Tcl error [test]: extra characters after...