- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp server
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-20-2001 11:15 AM
04-20-2001 11:15 AM
I want to setup an ftp server, but I have never done this before. Somebody can help me with some info about this.
I would like to implement it on HP-UX or SCO-UX.
Also I have the follow doubt, is it possible to users can access the ftp server with its own account and every user have its own home directory?
Thanks
Veronica
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 11:28 AM
04-20-2001 11:28 AM
Re: ftp server
1. If your on an 11.0 system you want to set up your permissions using the ftpaccess file, example only giving guest privileges to users; or creating and having a special ftp banner page run.
2. You will also need to modify the inetd.conf file and add a <-a> to the end of the ftp line so it will use the instructions from the ftpaccess file.
3. I used the HP Manual Installing & Administering Internet Services...."Configuring Anonymous ftp Access".
The only difference I didn't want an Anonymous FTP Server but users with logins...so do the same for each FTP user account (copy ls and pwd to their home directory). **One tip: cp /sbin/ls home/
4. For added security I just did a simple chroot in the /etc/passwd to their home directory
user_nm:uid:gid::::/home/user_nm/./:/bin/ksh
Hope this helps get you started...you might try doing a search and see what other tips are around on the Forum,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 11:36 AM
04-20-2001 11:36 AM
Re: ftp server
And you are right I want to secure the FTP because this will be an ftp that will be available on internet and every user must to enter to it with its own account, and they cannot be able to see in others directories.
I have HP-UX 10.20, I gonna see the documentation you told me.
Thanks in advance.
Veronica
=)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 07:44 AM
04-24-2001 07:44 AM
Re: ftp server
I'll also make a short suggestion to look at the parts of Chapter 2 in "Installing and Administering Internet Services (HP-UX 10.x)", available at http://docs.hp.com -> Networking/Communications -> Internet Services
A
Hope that helps to some extent,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 12:38 PM
04-24-2001 12:38 PM
Solutionhttp://www.invenioeng.com/systems/ftpd_faq.html
It covers alot of the info Rita mentioned, as well as info on each of the critical files for wu-ftp.
Hope it helps! If not email me directly if you wish, I have done about 20 of these now, so am pretty well versed and even have some scripts for automation of syncronization of /etc/passwd and /somewhere/wu_ftpd_dir/etc/passwd...
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 01:04 PM
04-24-2001 01:04 PM
Re: ftp server
Shannon, thanks for you're availability, be sure that if I have any problem I will write you to ask you some questions.
Veronica ;)