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