- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp: access restriction
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
02-06-2002 05:53 PM
02-06-2002 05:53 PM
I'd like to restrict a user to access upper directory with "cd .."
Is it possible and if it is, how ?
Thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 06:01 PM
02-06-2002 06:01 PM
SolutionIf you can't use the accounts as restricted,
you could try setting 'ftpaccess' config. There
is a man page for this. If this is not what
you are after suggest you look at 'wu_ftpd'
from the porting centre.
http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/wu_ftpd-2.6.1/
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 06:15 PM
02-06-2002 06:15 PM
Re: ftp: access restriction
Look look at the man pages for 'ftpaccess' (man 4 ftpaccess). Setting up the /etc/ftpd/ftpaccess file with the 'guestgroup' item will provide you the ability you seek.
This functionality is represented in 11.x versions of ftp as based on Washington University's version of ftp. It is thus known as "wu-ftp". If you are running 10.x, you can obtain a copy from one of the HP-UX porting centers, like:
http://hpux.cs.utah.edu/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 06:19 PM
02-06-2002 06:19 PM
Re: ftp: access restriction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 06:48 PM
02-06-2002 06:48 PM
Re: ftp: access restriction
You can setup restricted ftp access using ftpacces. Do a "man ftpaccess" for more info. You can also use this link to try out the ftpaccess configuration,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=490ecc1407f9206962/screen=ckiDisplayDocument?docId=200000055935266
Hope this helps.
Regds