Version 14 of Package Downloads Client

Updated 2022-06-17 16:51:09 by mistachkin

Download the Package Client Toolset installation script for Linux and macOS

View documentation for version 1 of the Package Client Toolset

Also known as the "Package Downloader Client".

Part of the Package Client Toolset .

The Package Downloads Client is not typically invoked directly; instead, it is (optionally) used by the scripts fetched from the Package Repository Server in order to download package files in a secure and orderly manner.

Here is an example of this usage:

apply [list [list] {
  set fileNames [list]

  lappend fileNames [file join tcllib1.15 aes aes.tcl]
  lappend fileNames [file join tcllib1.15 aes pkgIndex.tcl]

  set options [list \
      -persistent false -usePgp true -useAutoPath true]

  package require Eagle.Package.Downloader

  ::PackageDownloader::resetCookieAndLoginSimple
  ::PackageDownloader::downloadFiles tcl 8.4 "" $fileNames $options
  ::PackageDownloader::logoutAndResetCookie
}]

Also see


This project is sponsored by Eyrie Solutions.