Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › FTP TCL package › Reply To: FTP TCL package
June 9, 2005 at 12:57 pm
#56783
Bill Bertera
Participant
I assume you mean the tcllib library? I untarred it to $HCIROOT/lib/, then ran installer.tcl, and it installed it in the proper place. You may need to change the paths that default in. Then to use the ftp tclprocs, you just add a line of code at the beginning of your proc: package require ftp. It’s not specific just to one site, it can be used anywhere on your server. This is for Solaris, might be different for other OS.