- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Securing 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
09-17-2001 08:48 AM
09-17-2001 08:48 AM
Securing FTP
our HP 9000 to download files into Excel or Word. Is there a way I can restrict their FTP access to only certain files or directories. Right now they, when they log in to FTP, it takes them directly to certain directories, but they have full access to other areas. Does any one know how to change that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 08:53 AM
09-17-2001 08:53 AM
Re: Securing FTP
Look at the doc Richard mentions in this thread, gives you step by step method
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc9398ffa98a2d5118ff10090279cd0f9,00.html
-Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 09:15 AM
09-17-2001 09:15 AM
Re: Securing FTP
11.0 and above, you can set up a ftpaccess file.
man ftpaccess
10.xx, I would recommend downloading wu-ftp.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 09:40 AM
09-17-2001 09:40 AM
Re: Securing FTP
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 09:40 AM
09-17-2001 09:40 AM
Re: Securing FTP
Have a look at these threads. Might help.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x4c6d46ff9277d511abcd0090277a778c,00.html
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&con=/hpux/onlinedocs/B2355-90685/00/00/14-con.html&toc=/hpux/onlinedocs/B2355-90685/00/00/14-toc.html&searchterms=ftpaccess&queryid=20010613-090738
hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 11:36 AM
09-17-2001 11:36 AM
Re: Securing FTP
this will give you step by step instructions for chrooted users and anonymous ftp..On hpux /sbin/ls is static, so the configuration is quite simple as apposed to other flavors of unix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 11:46 AM
09-17-2001 11:46 AM
Re: Securing FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 12:16 PM
09-17-2001 12:16 PM
Re: Securing FTP
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 03:32 AM
09-19-2001 03:32 AM
Re: Securing FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 07:04 PM
09-19-2001 07:04 PM
Re: Securing FTP
For example if the chroot dir is /home/ftp
and you run
ftp> cd other_dir
which is a link to /root/other_dir
then ftp will be looking for /home/ftp/root/other_dir
and not for
/root/other_dir as you would think.
You can do a short test just to verify this behaviour.
If you are able to reorganize the file systems a little bit you could create links to the chroot subdirectories (not from them to another directory).
Ovidiu