From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 03:45:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E0E1116A41C for ; Tue, 28 Jun 2005 03:45:59 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C92043D1D for ; Tue, 28 Jun 2005 03:45:59 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j5S3l0b56202; Mon, 27 Jun 2005 20:47:00 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , "Oliver Leitner" Date: Mon, 27 Jun 2005 20:45:52 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 In-Reply-To: <20050627091121.BA49.GERARD-SEIBERT@suscom.net> Importance: Normal Cc: John Brooks , FreeBSD Question Subject: RE: Re[2]: Still trying to get my site up! 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: Tue, 28 Jun 2005 03:46:00 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gerard Seibert >Sent: Monday, June 27, 2005 6:15 AM >To: Oliver Leitner >Cc: John Brooks; FreeBSD Question >Subject: Re[2]: Still trying to get my site up! > > My new problem is how do I do an FTP into the site.=20 Well, you first have to FTP into www2.beerstud.us as the FTP protocol does not have any way to create a redirect the way that dydns is doing for you with their web server. Second, if your ISP is so stupid as to block incoming port 80 yet allow people to run web servers on any other port number, then it is quite = likely that they are stupid enough to block incoming port 21 (the FTP port) yet allow incoming FTP on any other port. In which case you just run your ftp daemon and your command line ftp client program with the -P option and choose some convenient port = number. >I just tried using >WS~Pro from a WixXP machine, but that failed. Don't know about that one however the WS_FTP that is the freeware one has a Advanced tab on the site config that allows you to specify the remote port. Ted