Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2013-12-08 | 619 Bytes | |
GUIFTP.pl | 2013-12-08 | 9.3 kB | |
Totals: 2 Items | 9.9 kB | 0 |
This provides a small GUI FTP download agent. It uses the Net::FTP module to perform the FTP operations, and Tk to build the GUI. The GUI makes use of the Text widget, one of the most flexible in the Tk set. Text widgets allow the creation of tags, which are simply arbitrary sequences of characters inside the text widget. Tags are named when they are created, and that name can be used to manipulate that portion of the text. In this program, the manipulations are color changes, and the binding of function calls to mouse clicks within the tagged region. Dependencies: Perl 5.14 or greater Net::FTP Tk