From owner-freebsd-questions@FreeBSD.ORG Mon Aug 10 20:36:39 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08EBA1065674 for ; Mon, 10 Aug 2009 20:36:39 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from mail-yw0-f180.google.com (mail-yw0-f180.google.com [209.85.211.180]) by mx1.freebsd.org (Postfix) with ESMTP id A55568FC2B for ; Mon, 10 Aug 2009 20:36:38 +0000 (UTC) Received: by ywh10 with SMTP id 10so8358870ywh.7 for ; Mon, 10 Aug 2009 13:36:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=bj5GkQdCy9udW8H4JKY+0UUWBc9zpL43HmdxYkyI4m0=; b=cQsKtu/Dk9U5U62zElQdvkcE8v0PH9927oS/cu4vZjyrISvH5tGwxLPwymw2yn8NO8 iF3GvH6+/f01TZtS3hxLG67hk/mFbjn20QFDyIXyaKcnXTciS/8merCO9J+MG8uiXRpQ wG9ozqIRNwvabN0uRzBXiNZM9dFbCECA3P3sQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=mnm4s0W7+3+XaTNkWSXtnlRoRDnV1b/eCLtGxxFIGeSDOwhcv/nkEyMQWSzsAX1cUF /QvRdskmN5P9xD/l0wJYM6HJBW7ClTdyuCiEHau7fb2cGfQ6Z+BlsQiVxzAbWxn97ODF JZNS5FV+XJKJgqB18a5sKUCBFvdg4zkbQVlxs= MIME-Version: 1.0 Received: by 10.90.83.2 with SMTP id g2mr3650453agb.0.1249936596989; Mon, 10 Aug 2009 13:36:36 -0700 (PDT) Date: Mon, 10 Aug 2009 16:36:36 -0400 Message-ID: From: Tsu-Fan Cheng To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FTP server navigation problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2009 20:36:39 -0000 Hi, I use freebsd7.2 and can't access my friend's FTP server (crystal FTP server) from command line. I can't run any command in the ftp server, it only responds "Entering Extended passive mode" and hang. But when I ftp from windows command prompt, it actually works. So what's the matter with my BSD communication? thanks!! TFC