From owner-freebsd-hackers Wed May 1 13:43:54 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17897 for hackers-outgoing; Wed, 1 May 1996 13:43:54 -0700 (PDT) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA17876 for ; Wed, 1 May 1996 13:43:37 -0700 (PDT) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id WAA12299; Wed, 1 May 1996 22:37:37 +0200 Received: (from wosch@localhost) by localhost (8.6.12/8.6.12) id PAA03357; Wed, 1 May 1996 15:47:32 +0200 Date: Wed, 1 May 1996 15:47:32 +0200 From: Wolfram Schneider Message-Id: <199605011347.PAA03357@localhost> To: Terry Lambert Cc: msmith@atrad.adelaide.edu.au (Michael Smith), hackers@FreeBSD.org Subject: Re: Running FTP as a slave process ... In-Reply-To: <199604302031.NAA07745@phaeton.artisoft.com> References: <199604300902.SAA20627@genesis.atrad.adelaide.edu.au> <199604302031.NAA07745@phaeton.artisoft.com> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Terry Lambert writes: >Use libftp. BTW, there is a perl www library (libwww-perl-5b12.tar.gz) Module lib/LWP/Protocol/ftp.pm implement ftp protocol (RFC 959). Wolfram