[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wu-ftpd problem



Hi,

On Wed, 2009-05-20 at 00:11 +0800, Jerry wrote:
> Dear all,
> 
> I have installed the Wu-ftpd in Etch.  It works properly after
> configuration.  One thing strange is that it cannot display the files or
> folder by using the browser like the following link
> ftp://ftp.comp.hkbu.edu.hk
> 
> When using the browser to access my own ftp, it shows the similar page as
> the above link but without the similar content inside (just a blank white
> page with the heading)

I don't understand what's wrong.

Do you login anonymously, or with your user account?

Try installing a command line based ftp client (apt-get install ftp),
then login. it would be interesting to run the command "pwd" to make
sure you are in the expected folder. I've attached a typical ftp session
below, in case you are not familiar with it.

Regards,

Franklin


$ ftp myetchbox
Connected to myetchbox
220 myetchbox FTP server (Version wu-2.6.2(1) Mon Dec 11 13:26:04 UTC
2006) ready.
Name (myetchbox:jdoe): frank
331 Password required for frank.
Password:
230 User frank logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> pwd
257 "/home/frank" is current directory.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 12
-rw-r--r-- 1 frank frank  220 2009-05-20 07:51 .bash_logout
-rw-r--r-- 1 frank frank  414 2009-05-20 07:51 .bash_profile
-rw-r--r-- 1 frank frank 2227 2009-05-20 07:51 .bashrc
226 Transfer complete.



Reply to: