summaryrefslogtreecommitdiffstats
path: root/lib/libftpio/ftpio.3
Commit message (Collapse)AuthorAgeFilesLines
* english(4) police.schweikh2002-12-271-2/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* Fixed wrong return type for ftpLoginAf() in synopsis.bde2001-02-051-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-11/+11
|
* Prepare for mdoc(7)NG.ru2000-12-291-2/+1
|
* Fix two bugs:archie2000-08-171-2/+4
| | | | - The ftpPassive()
* IPv6 support.ume2000-07-051-1/+20
| | | | | | This is required for forthcoming IPv6 ready installer. Obtained from: KAME
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-08-151-2/+2
| | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-2/+5
|
* environment variables missing from ftpio(3) man pagejkh1998-02-101-1/+12
| | | | | PR: 5691 Submitted by: archie@whistle.com
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-191-3/+3
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to knowache1996-11-141-6/+6
| | | | | | | | | | | | | | | | | | | | FTP error return code because 1) They return NULL, it means that ftpErrno can't be used because it takes file pointer 2) They don't have FILE-type argument as f.e. ftpGet/ftpPut to use it for ftpErrno instead. For that functions I add yet one int* type argument to store FTP error return code. It is impossible to add some global variable for that reason, because user can have multiply FTP connections opened at the same time. So, interface changed, major number bumped. Userland changes will follows. Minor bugfixes, the code: Forget to close file in few places, when failure occurse Forget to NULL cached host name, multiply free is possible
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
|
* Implement a change suggested by Archie Cobbs - the seekto argument shouldjkh1996-08-211-1/+1
| | | | | 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 failurejkh1996-08-211-3/+6
| | | | | codes. Submitted-By: Archie Cobbs <archie@whistle.com>
* 1. Add verbose flag to ftp_login()jkh1996-08-031-5/+6
| | | | | | 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.jkh1996-07-041-0/+9
| | | | Submitted by: jmz
* Adjust docs to match reality.jkh1996-06-241-4/+8
|
* Make certain small things more consistent with the other stdio man pages.jkh1996-06-201-10/+10
|
* Stamp out a potential memory leak.jkh1996-06-171-1/+1
| | | | Make ftpChdir return the server status again - it was more convenient.
* Rethink and reimpliment the way RESTARTS are handled. The method I inheiritedjkh1996-06-171-25/+18
| | | | | | 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.
* Whoops, give the authors all proper credit.jkh1996-06-171-0/+2
|
* Bring in a new library `libftpio', so named to avoid clashes with olderjkh1996-06-171-0/+185
packages and also sort of give the (correct) impression that this basically sits on top of stdio and deals with stream pointers (FILE*).
OpenPOWER on IntegriCloud