- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ftp useres 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
04-25-2005 01:28 AM
04-25-2005 01:28 AM
Ftp useres restriction
My requirements,
I want to create an FTP user who can put the files,get files,delete file,move files,rename files to his home directory and he is not able to do anything on other directories..
Is it possible...
If possible which type of user i have to create..
Siju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 01:30 AM
04-25-2005 01:30 AM
Re: Ftp useres restriction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 03:22 AM
04-25-2005 03:22 AM
Re: Ftp useres restriction
Sounds like you need to create a restricted FTP account. I have attached a procedure that has worked well for me.
-Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 09:34 PM
04-25-2005 09:34 PM
Re: Ftp useres restriction
You should refer this file
/usr/newconfig/etc/ftpd/examples/ftpaccess
and
#man ftpaccess
for syntax in this file
FORCUS ON THESE TAG
# cdpath
cdpath /USER_HOME
cdpath /pub
and
upload /var/ftp * no
upload /var/ftp /incoming yes root daemon 0600 dirs
upload /var/ftp /bin no
upload /var/ftp /etc no
OR
vi /etc/passwd
user:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 10:32 PM
04-25-2005 10:32 PM
Re: Ftp useres restriction
as everyone has suggested, use ftpaccess:
http://docs.hp.com/en/B2355-90685/ch02s07.html?btnPrev=%AB%A0prev
http://docs.hp.com/en/B2355-90685/ch02s08.html?btnNext=next%A0%BB
and to restrict user to their home directory:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062903488
regards.