Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ftp problem to zsh-users
- X-seq: zsh-users 1056
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: ftp problem to zsh-users
- Date: 7 Oct 1997 11:57:20 GMT
- Organization: PrimeNet Australia
- References: <01BCD321.3F8B3340@xxxxxxxxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Andres Gomez Navarro <agn@xxxxxxxxx> typed:
:Hello:
: I have a ftp problem: When I use ftp to a zhs-user it appears the message:
: 530 User xxxxx access denied
:Login failed.
:and I can not reach the user. It does not matter if the origin-user is csh or zsh, but if the destination is zsh-user the problem always appears.
I'm guessing what you're trying to do is ftp in to a machine where the user
has a login shell of zsh?
If so, ftp daemons require (or everyone I know of in practice) that the user
have a shell listed in /etc/shells (normal placement).
Look in `ftpd' man page. You probably need to add "/usr/local/bin/zsh" (or
whatever on the target machine).
: Other annoyance is with the 'man', not all the commands are available
:for the 'man' from the zhsell (v.g. f77 has not man page form zhsell, in cshell yes).
Look in `man' man page. man might use an environmental variable MANPATH
which is set differently between your shells. You probably want to set it
in $HOME/.zshenv
--
Geoff Wing [mason@xxxxxxxxxxxxxxx] Phone : +61-3-9818 2977
Technical Manager: PrimeNet Computer Consultants Facsimile: +61-3-9768 2909
Web: <URL:http://www.primenet.com.au/> Mobile : 0412 162 441
[ Boulderdash: <URL:http://ciips.ee.uwa.edu.au/~williams/bd/> ]
Messages sorted by:
Reverse Date,
Date,
Thread,
Author