From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id AAA10496 for ; Fri, 19 Jul 1996 00:44:35 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id KAA04590; Thu, 18 Jul 1996 10:39:39 -0400 (EDT) Resent-Date: Thu, 18 Jul 1996 10:38:34 -0400 (EDT) Date: Thu, 18 Jul 1996 16:33:53 +0200 From: "Andy `Flognat' Eskilsson" Message-Id: <199607181433.QAA11051@claymore.fukt.hk-r.se> To: rag@asicint.com, zsh-users@math.gatech.edu Subject: Re: ftp blocked Resent-Message-ID: <"SY7Cc3.0.e51.anaxn"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/308 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu The problem probably lies in your OS, ftp only accepts logins with shells in /etc/shells, solaris 2.x is one of these. What you have to do is easy (if you are root of course ;-) is to add /usr/local/bin/zsh (or wherever it is) to the /etc/shells file. /Andy