- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- running 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
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
05-02-2002 09:38 AM
05-02-2002 09:38 AM
running wu-ftpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2002 03:51 PM
05-02-2002 03:51 PM
Re: running wu-ftpd
These can be the same as real /etc/ files, but its advisable not too (security reasons). But that's up to you of course :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 05:58 AM
05-03-2002 05:58 AM
Re: running wu-ftpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 04:28 PM
05-06-2002 04:28 PM
Re: running wu-ftpd
The half dozen or so boxes around here (RH 6.{0,1,2}, 7.{0,1,2}) all behave in the manner I'd expect, none showing what you are seeing.
ANother thing that would be nice is for you to us a listing of the group/passwd files in the ~ftp/etc dir (ie. permissions etc.).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 06:25 PM
05-06-2002 06:25 PM
Re: running wu-ftpd
's the perm on etc: "d--x--x--x 2 root daemon 4096 May 3 09:45 etc"
and etc/passwd: "-r--r--r-- 1 root daemon 357 May 2 13:47 passwd"
and etc/group: "-r--r--r-- 1 root daemon 233 May 3 09:45 group". H
er's a snip of passwd: "root:*:0:0::/:/etc/ftponly
ftpusers:*:10002:10003::/home/ftpusers/./:/etc/ftponly". Here's a snip of group:
"root::0:root
ftpusers::10003:ftpusers,ftp"
In regards to the content of group files in etc dir, does the group file in etc
have to exactly match the group file in /etc/group? Thanks.