Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -1/+2 |
| | |||||
* | Make libftpio 64-bit clean. | peter | 1996-09-19 | 3 | -25/+36 |
| | | | | | | | Major version bumped (by me) since the ftpGet() public interface has changed (an "int *" becomes and "off_t *") Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>, PR#1640 | ||||
* | Intelligently cache previous connection to host if we can still | jkh | 1996-08-31 | 1 | -10/+32 |
| | | | | | | | use it. Correct a typo bogon that had REST mistyped as RETR. No wonder fetch's restart command didn't work! :-( | ||||
* | cmp -s || install -c ==> install -C | peter | 1996-08-30 | 1 | -2/+2 |
| | |||||
* | D'oh! verbose output should go to stderr. | jkh | 1996-08-24 | 1 | -2/+2 |
| | |||||
* | Implement a change suggested by Archie Cobbs - the seekto argument should | jkh | 1996-08-21 | 2 | -3/+4 |
| | | | | | be zero'd only if the operation *fails*, indicating that the file starting offset is effectively zero. This makes more sense. | ||||
* | Add an ftpErrString() function for returning human readable failure | jkh | 1996-08-21 | 5 | -6/+88 |
| | | | | | codes. Submitted-By: Archie Cobbs <archie@whistle.com> | ||||
* | 1. Add verbose flag to ftp_login() | jkh | 1996-08-03 | 5 | -306/+16 |
| | | | | | | 2. Remove pkg_* support - tcl7.5's channel interface has rendered this almost entirely unsupportable (at least in the way it currently stands). Submitted-By: jmz & jkh | ||||
* | Implement an ftpVerbose() hook. | jkh | 1996-07-04 | 3 | -2/+22 |
| | | | | Submitted by: jmz | ||||
* | Makefile: | gpalmer | 1996-06-26 | 2 | -3/+3 |
| | | | | | | | Add -Wall to CFLAGS ftpio.h: It's ftpGetModTime, not ftpModTime | ||||
* | Adjust docs to match reality. | jkh | 1996-06-24 | 1 | -4/+8 |
| | |||||
* | Adjust the reference to ftpBinary() in the (unused) TCL wrappers. | jkh | 1996-06-24 | 1 | -4/+4 |
| | |||||
* | Fix a bug in the way binary/ascii settings were being done. New | jkh | 1996-06-22 | 2 | -42/+78 |
| | | | | ftpAscii() call sets connection to ascii as counterpart to ftpBinary(). | ||||
* | Make certain small things more consistent with the other stdio man pages. | jkh | 1996-06-20 | 1 | -10/+10 |
| | |||||
* | Manage control connections a little better for the URL routines. | jkh | 1996-06-17 | 1 | -5/+13 |
| | | | | | | This will do as a stop-gap until I figure out a more fault-tolerant way of having deferred closes against the control connection work without blocking. | ||||
* | Make binary mode the default. | jkh | 1996-06-17 | 1 | -1/+2 |
| | |||||
* | Stamp out a potential memory leak. | jkh | 1996-06-17 | 2 | -10/+17 |
| | | | | Make ftpChdir return the server status again - it was more convenient. | ||||
* | Rethink and reimpliment the way RESTARTS are handled. The method I inheirited | jkh | 1996-06-17 | 3 | -53/+33 |
| | | | | | | from jmz was a hopeless kludge (sorry Jean-Marc :) and handled the problem in the wrong way. ftpRestart() has now gone away and ftpGet() has grown a new parameter. | ||||
* | Add a feature: If the environment variable FTP_PASSIVE_MODE is defined | jkh | 1996-06-17 | 1 | -1/+3 |
| | | | | | (the convention as established by pkg_install(1)), select passive mode FTP automatically. | ||||
* | Whoops, give the authors all proper credit. | jkh | 1996-06-17 | 1 | -0/+2 |
| | |||||
* | Bring in a new library `libftpio', so named to avoid clashes with older | jkh | 1996-06-17 | 6 | -0/+1226 |
packages and also sort of give the (correct) impression that this basically sits on top of stdio and deals with stream pointers (FILE*). |