From owner-freebsd-questions Thu Nov 28 5:27:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E57BD37B401 for ; Thu, 28 Nov 2002 05:27:10 -0800 (PST) Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A97E43E88 for ; Thu, 28 Nov 2002 05:27:05 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from DaleCoportable [12.145.236.21] by mail.gbronline.com (SMTPD32-7.13) id A919251000D2; Thu, 28 Nov 2002 07:24:41 -0600 Message-ID: <062601c296e1$86d9bda0$fa00a8c0@DaleCoportable> From: "Kevin D. Kinsey, DaleCo, S.P." To: "Werner Rips" , References: <3DE60709.9080408@kordel.de> Subject: Re: Problems with ftp Date: Thu, 28 Nov 2002 07:24:47 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Werner Rips" Subject: Problems with ftp > Hello, > I need some help with ftp. > Just installed FreeBSD4.7 on two boxes. On both I activated ftpd in > ined.conf. > When I start an ftp session, I can login, but when I want to transfer > files bigger then 1024 bytes, > the ftp client goes into --stalled-- and does not transfer anything. > With files smaller than 1024 bytes the transfer works fine. > > Can someone tell me what to do? > Just a guess. FTP has an 'active' mode and a 'passive' mode. I believe that your default environment sets your FTP client to 'passive.' Once you have logged in to the FTP server, enter the command 'passive'; this will turn 'passive' mode off, placing you in 'active' mode. Then try your transfer. Kevin Kinsey DaleCo, S.P. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message