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.

ftp_lib.tcl

Old posts that have not been replied to for several years.
Locked
b
burnout

ftp_lib.tcl

Post by burnout »

hello
just a question about this ftp_lib.tcl included in the tcllib1.4
(http://www.tcl.tk/software/tcllib )

in fact when i use this command ftp::Quote
(see here http://tcllib.sourceforge.net/doc/ftp-docs/index.html )

for exemple : puts [ftp::Quote $conn help]
(see also here http://tcllib.sourceforge.net/doc/ftp-docs/fhelp18.html )

it returns to me only the first line of the server ftp "help" command, but i
want all the lines from it, how can i do ???
thx for help !!!
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You should contact the authors of Tcllib regarding this.

All the docs and relevant catact systems are available on http://tcllib.sf.net/
b
burnout

Post by burnout »

thx but i don't know who are they and where to send a mail or anything else, i tried to post a message on comp.lang.tcl newsgroup but nobody replied to me :(
what can i do ???
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Follow the link at the very top of the page, to the main tcllib SF page.

There is a feature request forum.

By the sounds of it, it may not be possible for what you want, as there would be no way to tell the end of the commands return.
Locked