From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 05:51:31 2003 Return-Path: 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 5991137B405 for ; Tue, 10 Jun 2003 05:51:31 -0700 (PDT) Received: from phxby.engr.usu.edu (phxby.engr.usu.edu [129.123.21.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F90343FE1 for ; Tue, 10 Jun 2003 05:51:30 -0700 (PDT) (envelope-from irwanhadi@phxby.com) Received: by phxby.engr.usu.edu (Postfix, from userid 501) id AD48C142EBF; Tue, 10 Jun 2003 06:51:28 -0600 (MDT) Date: Tue, 10 Jun 2003 06:51:28 -0600 From: Irwan Hadi To: questions@freebsd.org Message-ID: <20030610125128.GD22820@phxby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: Running cvsup with proxy server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 12:51:31 -0000 I'm just curious, is it possible to use cvsup for a box that behind a proxy server? This proxy server just serve ftp and www, and from cvsup man page it seems that I need a SOCKS proxy server? If it is possible then how can I do that? Thanks