This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by samba
Sun Aug 10, 2008 10:50 am
Forum: Scripting Help
Topic: use lftp in tcl
Replies: 1
Views: 4154

use lftp in tcl

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...