- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
07-29-2002 03:18 PM
07-29-2002 03:18 PM
ftpaccess
the ftpaccess file so that he can delete file.
How could you do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 03:39 PM
07-29-2002 03:39 PM
Re: ftpaccess
1) add all shells to be used via ftp to /etc/shells
2) set up the user with /usr/bin/false shell (no login)
3) set up ftp access file:
guestgroup
and then specify the exact directory and perms, user etc....
upload /home/pin * yes oradev dba 0660
man ftpaccess helps a lot here. I had to read it three times before I got it to work, but once you get it working, it works well.
The key to ftp only is the false shell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 04:05 PM
07-29-2002 04:05 PM
Re: ftpaccess
I used Doc Id A5651654 for my reference in setting this up.
Doc NR0801KBRC00007714 would do it as well.
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=500000000092563
http://support1.itrc.hp.com/service/cki/search.do?searchString=A5651654&mode=id&submit=Search&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty
Best of Luck.
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 06:39 PM
07-29-2002 06:39 PM
Re: ftpaccess
delete yes real,anonymous # delete permission?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 08:03 PM
07-29-2002 08:03 PM
Re: ftpaccess
in ftpaccess file put yes against delete. u have option to specify for overwrite, rename also. but have look at wu-ftpd and proftpd to configure restricted ftp user. have a search in forum for them.
iam attaching a doc which may be useful.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 10:07 AM
07-30-2002 10:07 AM
Re: ftpaccess
the user by using the guestgroup key word.
But I would like to use the username instead.
I guess there is no way to do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 10:24 AM
07-30-2002 10:24 AM
Re: ftpaccess
No, you would specify a group only for a list of anonymous/guest ftp users.
Back to your original question, your users can delete files by using the delete (dele) command within ftp.
Hope this helps
Chris