Tcl Library Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

6 check-ins that include changes to files matching 'modules/ftp/docs/*'

2003-04-21
23:00
formatting fix merged from HEAD check-in: 63eb6bab9e user: dgp tags: DEVELOPMENT
2000-10-02
02:23
* ftp.tcl: Moved the call to 'DisplayMsg' from inside of the fileevent loop (in ftp::StateHandler) to WaitorTimeout. Now errors that occur in StateHandler won't be thrown until after the the asynchronous (fileevent) portion of the code has completed. ftp::OpenActiveConn and ftp::OpenPassiveConn can both still generate errors in the event loop, which will cause a bgerror to be thrown. Added some (untested) code to support Tenex mode ftp transfers. So far tenex mode sends across 'TYPE L', and then does the transfer with a binary encoded channel. Since I don't have a tenex system to test it with, this feature is very alpha at this point. check-in: 5dbc478bf9 user: kuchler tags: trunk
2000-09-04
06:20
Added asynchronous operation to FTP module. check-in: 7af4496ba6 user: steve tags: trunk
2000-08-16
22:02
* README * ftp.tcl * pkgIndex.tcl * docs/*.html: Added new optional arguments to the Get, Put, and Append commands. The Append and Put commands have a new optional argument '-data "data"' that can be used to specify data to transfer instead of transferring data from a local file. The Get command has a new optional argument '-variable varname' that specifies a variable to store the retrieved data into, that can be used instead of specifying a local filename. Updated the documentation to reflect the changes and bumped the version number from 2.0 to 2.1 because new features were added. check-in: 6ded23d3d8 user: kuchler tags: trunk
2000-07-09
20:13
Updated for the change of ftp_lib.tcl -> ftp.tcl, for the change of ftp_demo.tcl to ftpdemo.tcl, and for the FTP namespace change. Made lots of fixes to complete the partially done work to make ftp handle multiple concurrent ftps at the same time. Updated the version in the docs, examples, source, and pkgIndex to be version 2.0 and updated the docs, examples, and tests to work with the new/latest version. check-in: eb24a7d4ce user: kuchler tags: trunk
2000-06-02
18:24
ftp lib module from Steffen Traeger. check-in: fc6f23587d user: ericm tags: trunk