Re: [Activetcl] ftp package
by Andreas Kupries other posts by this author
Jun 26 2008 11:58AM messages near this date
view in the new Beta List Site
[Activetcl] ftp package
|
Re: [Activetcl] ftp package
Are using ActiveTcl 8.5 ?
If yes, you can do either
(1) teacup install ftp
(2) teacup install tcllib
(3) teacup update
(4) Install ActiveTcl 8.4 into the same directory.
Ad 1: Installs the ftp package and its dependencies for your use
Ad 2: Installs the tcllib profile, which contains all packages of Tcllib,
including ftp
Ad 3: Pulls all packages from the teacup which you have not installed, or
teapot has a newer version than installed. This includes packages exclusive
to teapot.
Ad 4: Now the 8.5 tclsh can use all packages in ActiveTcl 8.4. You will not
get the packages exclusive to teapot.
If you are not using ActiveTcl 8.5, which version of ActiveTcl are you using
?
Are you using ActiveTcl at all ?
--
Andreas Kupries <andreask@[...].com>
Developer @ http://www.ActiveState.com
Tel: +1 778-786-1122
-----Original Message-----
From: activetcl-bounces@[...].com
[mailto:activetcl-bounces@[...].com]On Behalf Of Gene Osteen
Sent: Thursday, June 26, 2008 11:44 AM
To: activetcl@[...].com
Subject: [Activetcl] ftp package
All,
I am trying to do some ftp work in tcl. When I put "package
require ftp" I get "Error: can't find package ftp". How do I check for this
package and install it if not found?
Thanks in advance
Gene O
Thread:
Gene Osteen
Andreas Kupries
Gene Osteen
Andreas Kupries
Larry W. Virden
|