From owner-cvs-lib Sat Aug 31 15:02:38 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA18830 for cvs-lib-outgoing; Sat, 31 Aug 1996 15:02:38 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA18753; Sat, 31 Aug 1996 15:02:22 -0700 (PDT) Date: Sat, 31 Aug 1996 15:02:22 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199608312202.PAA18753@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/08/31 15:02:21 Modified: lib/libftpio ftpio.c Log: Intelligently cache previous connection to host if we can still use it. Correct a typo bogon that had REST mistyped as RETR. No wonder fetch's restart command didn't work! :-( Revision Changes Path 1.13 +32 -10 src/lib/libftpio/ftpio.c