- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftpaccess ?
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-03-2003 12:58 PM
06-03-2003 12:58 PM
ftpaccess ?
From
delete no real
To
delete no username
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 01:00 PM
06-03-2003 01:00 PM
Re: ftpaccess ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 06:55 PM
06-03-2003 06:55 PM
Re: ftpaccess ?
What you can do is set up a guestgroup
Then set up their home directory as an anonymous ftp directory (with etc/passwd, etc/group and usr/bin/ls). When they log in, ftpd will chroot to their home directory.
You can then set up read-only permissions on all files you want to protect (no delete), and create a drop-box directory as mode 333 (-wx-wx-wx) so the user can put files there but cannot see them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 09:33 PM
06-03-2003 09:33 PM
Re: ftpaccess ?
You cannot restrict the users to delete the files through FTP at the most what you can do is you can make those files read only so that they cannot do any kind of editing in it.
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 09:55 PM
06-03-2003 09:55 PM
Re: ftpaccess ?
You cannot specify a particular users to have delete or create permission on a file.
The best thing you can do is to create a group that will have the mode that you want them to have and then add the user to that group.
Thanks & Regards
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 04:45 AM
06-04-2003 04:45 AM
Re: ftpaccess ?
Read up on man pages and how-to's as the configuration is quite different from wu_ftpd, more XML like.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 10:29 AM
06-04-2003 10:29 AM
Re: ftpaccess ?
http://hpux.cs.utah.edu/hppd/hpux/Networking/FTP/proftpd-1.2.4/
Like I mentioned, it's a different config, but I prefer this by far for flexibility and security over wu_ftpd.
Regards,
Shannon