- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to use wu_ftpd
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
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
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
тАО11-08-2002 04:28 AM
тАО11-08-2002 04:28 AM
how to use wu_ftpd
I had install wu_ftpd with version 10.20.
how can i make ftp restrict with wu_ftpd?.
do i have to change the line of the file /etc/inetd.conf with other command oftd?
thank you for help me
jrm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 04:32 AM
тАО11-08-2002 04:32 AM
Re: how to use wu_ftpd
You do most of the configuration by amending the 'ftpaccess' file.
Information should be in the 'man' pages supplied.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 04:37 AM
тАО11-08-2002 04:37 AM
Re: how to use wu_ftpd
http://www.wu-ftpd.org/HOWTO/guest.HOWTO
you have to use the ftpaccess file for that.
/etc/ftpaccess
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 04:40 AM
тАО11-08-2002 04:40 AM
Re: how to use wu_ftpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 05:12 AM
тАО11-08-2002 05:12 AM
Re: how to use wu_ftpd
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a
I have to replace the command /usr/lbin/ftpd for /opt/wu_ftpd/sbin/ftpd for example
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2002 07:12 AM
тАО11-08-2002 07:12 AM
Re: how to use wu_ftpd
You are telling inetd which program to run when it gets an ftp connection.
Regards,
John