Re: Debian FTP server setup questions

2008-03-01 Thread Tzafrir Cohen
On Fri, Feb 29, 2008 at 11:51:23PM +, T o n g wrote:
 Hi, 
 
 I have some questions regarding Debian FTP server setup. 
 
 1) Having installed wu-ftpd, ps shows:

Is there any special reason you use wu-ftpd, BTW?

A quick apt-cache search brings out 11 ftpd-s or so. But amon them I
think that proftpd and vsftpd are the most commonly deployed and hence
well-documented. wu-ftpd suffers from bad reputation of past security
holes. I don't know how are things now.

I generally found proftpd more intuitive than vsftpd to configure.

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il || a Mutt's
[EMAIL PROTECTED] ||  best
ICQ# 16849754 || friend


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian FTP server setup questions

2008-03-01 Thread Adrian Levi
Grrr Gmail - For the list...
On 01/03/2008, Tzafrir Cohen [EMAIL PROTECTED] wrote:

 Is there any special reason you use wu-ftpd, BTW?

  A quick apt-cache search brings out 11 ftpd-s or so. But amon them I
  think that proftpd and vsftpd are the most commonly deployed and hence
  well-documented. wu-ftpd suffers from bad reputation of past security
  holes. I don't know how are things now.

  I generally found proftpd more intuitive than vsftpd to configure.

IMHO vsftpd works more smoothly with more clients, I have had troubles
with proftpd especially uploads where the client would do a directory
list and after the connection times out, the listing would show up in
the client. Made directory traversal very slow! Never was able to find
a reason for it, no amount of conf tuning was able to rectify it.
installed vsftpd and the problem went away. I have never looked back.

Adrian

--
24x7x365 != 24x7x52 Stupid or bad maths?
erno hm. I've lost a machine.. literally _lost_. it responds to
ping, it works completely, I just can't figure out where in my
apartment it is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian FTP server setup questions

2008-03-01 Thread T o n g
On Sat, 01 Mar 2008 20:16:49 +1000, Adrian Levi wrote:

 Is there any special reason you use wu-ftpd, BTW? . . .

  I generally found proftpd more intuitive than vsftpd to configure.
 
 IMHO vsftpd works more smoothly with more clients

No special reason, just I used wu-ftpd since RedHat 6.0 -- more that 8
years ago. Currently quickest way to setup anonymous ftp upload is more
important than anything else.

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Debian FTP server setup questions

2008-02-29 Thread T o n g
Hi, 

I have some questions regarding Debian FTP server setup. 

1) Having installed wu-ftpd, ps shows:

 root  4190 1  0 17:58 ?00:00:00 ftpd: accepting connections on 
port 21

The problem is that I noticed that /etc/inetd.conf did not get
changed. but I also don't have a /etc/init.d/ftpd file. So,

How the ftpd get started? Isn't it suppose to be started from inetd?

2) Do I need special setup for anonymous login to work? Mine seems doesn't:

 $ ftp localhost
 Connected to my.host.org.
 220 my.host.org FTP server (Version wu-2.6.2(1) Fri Jul 27 12:19:39 UTC 2007) 
ready.
 Name (localhost:tong): anonymous
 331 Guest login ok, send your complete e-mail address as password.
 Password:
 530 Login incorrect.
 Login failed.
 ftp 221 Goodbye.

Thanks

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian FTP server setup questions

2008-02-29 Thread T o n g
On Fri, 29 Feb 2008 23:51:23 +, T o n g wrote:

 I have some questions regarding Debian FTP server setup. 
 
 1) Having installed wu-ftpd, ps shows:
 
  root  4190 1  0 17:58 ?00:00:00 ftpd: accepting connections 
 on port 21
 
 The problem is that I noticed that /etc/inetd.conf did not get
 changed. but I also don't have a /etc/init.d/ftpd file. So,
 
 How the ftpd get started? Isn't it suppose to be started from inetd?

Got this part answered from grml mlist. 

wu-ftpd is stared from /etc/init.d/wu-ftpd, controlled by
/etc/runlevel.conf from the file-rc package. 

Somebody please answer the 2nd question. 

thanks

 2) Do I need special setup for anonymous login to work? Mine seems
 doesn't:
 
  $ ftp localhost
  Connected to my.host.org.
  220 my.host.org FTP server (Version wu-2.6.2(1) Fri Jul 27 12:19:39 UTC
  2007) ready. Name (localhost:tong): anonymous
  331 Guest login ok, send your complete e-mail address as password.
  Password:
  530 Login incorrect.
  Login failed.
  ftp 221 Goodbye.
 
 Thanks
 
 --
 Tong (remove underscore(s) to reply)
   http://xpt.sourceforge.net/techdocs/
   http://xpt.sourceforge.net/tools/
 




-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian FTP server setup questions

2008-02-29 Thread T o n g
On Sat, 01 Mar 2008 00:58:05 +, T o n g wrote:

 How the ftpd get started? Isn't it suppose to be started from inetd?
 
 Got this part answered from grml mlist. . .
 
 Somebody please answer the 2nd question. 
 
 2) Do I need special setup for anonymous login to work? 

yes, via addftpuser/rmftpuser.


-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]