- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How do I configure only anonymous ftp
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
06-09-2006 02:21 PM
06-09-2006 02:21 PM
How do I configure only anonymous ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 05:00 PM
06-09-2006 05:00 PM
Re: How do I configure only anonymous ftp
http://www.landfield.com/wu-ftpd/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 05:29 PM
06-09-2006 05:29 PM
Re: How do I configure only anonymous ftp
Check following Link:
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=762603
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 08:13 PM
06-09-2006 08:13 PM
Re: How do I configure only anonymous ftp
create a user ftp assume that 20 is users/guest group id
ftp:*:500:20:anonymous ftp:/home/ftp:/usr/bin/false
mkdir ~/ftp
mkdir ~/ftp/etc
mkdir ~/ftp/usr/bin
cp /sbin/ls ~/ftp/usr/bin/ls
cp /etc/passwd ~/ftp/etc/passwd
cp /etc/group ~/ftp/etc/group
chmod 555 ~/ftp/etc
chmod 555 ~/ftp/usr/bin
now try to login as a user ftp.
Cheers,
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2006 11:09 AM
06-10-2006 11:09 AM
Re: How do I configure only anonymous ftp
I've replaced telnet and regular ftp with ssh /scp but I still have need for an anonymous ftp server.
I'm currently running HP-UX 11.11 with ftpd patched up to PHNE_33412
I dont' see any flags to the ftpd daemon for "anonymous only" like BSD ftpd has, so I've been looking at the ftpaccess file and deny options but I'm not sure it can be done.
I've downloaded but haven't installed from the HP software site WU-FTPD 2.6.1 Special Release, not sure that will be any better.
I'm also looking at a drop in replacement such as pure-ftpd from the HP Porting Center.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2006 05:06 PM
06-10-2006 05:06 PM
Re: How do I configure only anonymous ftp
man inetd.sec
cheers,
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2006 07:25 PM
06-10-2006 07:25 PM
Re: How do I configure only anonymous ftp
Your best bet is to use sam to set it up on the server side.
Users will no longer be a factor.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 08:35 AM
06-12-2006 08:35 AM
Re: How do I configure only anonymous ftp
Can you provide an example of an entry that disables regular ftp and only allows anonymous ftp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 10:06 AM
06-12-2006 10:06 AM
Re: How do I configure only anonymous ftp
Hope it works for you.
http://www.informatik.uni-frankfurt.de/doc/man/hpux/ftpusers.4.html