- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP with zsh
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 06:15 PM
04-03-2006 06:15 PM
FTP with zsh
Is it possible to do ftp with zsh. The system is running hpux 11i.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 06:26 PM
04-03-2006 06:26 PM
Re: FTP with zsh
ftp
ftp>bye
?
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 06:28 PM
04-03-2006 06:28 PM
Re: FTP with zsh
Apr 3 15:43:33 twrldev ftpd[29997]: FTP session closed
Apr 3 15:43:39 twrldev ftpd[106]: FTP LOGIN REFUSED (bad shell) FROM ausyd01dt0396.towerlife.com.au [10.6.129.39], DEVDIS
Apr 3 15:43:42 twrldev ftpd[106]: FTP session closed
Apr 3 15:43:46 twrldev ftpd[107]: FTP LOGIN REFUSED (bad shell) FROM ausyd01dt0396.towerlife.com.au [10.6.129.39], DEVCOM
Apr 3 15:43:50 twrldev ftpd[107]: FTP session closed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 06:40 PM
04-03-2006 06:40 PM
Re: FTP with zsh
Check /etc/shells and make sure that zsh exists and it contains the shell name (zsh) specified in the password file.
See man ftpd and man getusershell for more information.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 07:34 PM
04-03-2006 07:34 PM
Re: FTP with zsh
check /etc/service file is there any # mark at the service ftp also check inetd.sec file .
bye
gaurang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:15 AM
04-04-2006 11:15 AM
Re: FTP with zsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:23 AM
04-04-2006 11:23 AM
Re: FTP with zsh
If, as mentioned, you have 'etc/shells' defined an '/usr/bin/zsh' as an entry therein, look at '/etc/ftpd/ftpusers' for the name of the account to which you are trying to FTP. If that account is listed in 'ftpusers' then a remote login to the named local account will be rejected by FTP during a login attempt.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:26 AM
04-04-2006 11:26 AM
Re: FTP with zsh
There is no /etc/shells file in the system. But in /usr/bin there is an entry
lrwxr-xr-x 1 root sys 42 Dec 12 17:12 /usr/bin/zsh -> /ora1/mcifinst/zsh/zsh-RUN/opt/zsh/bin/zsh
i have also checked /etc/ftpusers. there is no entry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:38 AM
04-04-2006 11:38 AM
Re: FTP with zsh
Create '/etc/shells' with the following entries (one per line):
/sbin/sh
/usr/bin/sh
/usr/bin/rsh
/usr/bin/ksh
/usr/bin/rksh
/usr/bin/csh
/usr/bin/keysh
/usr/bin/zsh
Make the ownership bin:bin and chmod 444 so anyone can read it. Now try your FTP again.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 01:27 PM
04-05-2006 01:27 PM