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
10-01-2001 03:54 PM
10-01-2001 03:54 PM
thanks..Jay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2001 05:39 PM
10-01-2001 05:39 PM
Re: ftp
you can create the user to have only ftp access by making the login shell as false. But to make it read only you will have to make the permission change on the directory permissions.
may be you can look in to creating anonymous ftp user account.
Cheers,
Manju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2001 05:58 PM
10-01-2001 05:58 PM
Re: ftp
If you are running 11x or 10.20 and installed wuftp from one of the HP-UX porting centers then you can setup the ftpaccess to limit almost any operation.
Man ftpaccess for details.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 12:59 AM
10-02-2001 12:59 AM
Solution-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 01:14 AM
10-02-2001 01:14 AM
Re: ftp
You can use /etc/ftpd/ftpaccess to limit user's
access. You can create anonymous ftp user or
create a group of guest users.(user with a
special group, in /etc/group. You can find more
informations on ftpaccess man page. You can
have ftp only access with a shell like
/bin/false (you must put this shell on /etc/shells).
You can also use WU-FTPD, some versions are
supported by HP, but I think you can do that
with standard ftp deamon.
HTH
Herv?