Rob MacWilliams <[EMAIL PROTECTED]> writes:

[snip]

> ftp> ls
> 200 PORT command successful.
> 150 Opening ASCII mode data connection for /bin/ls.
> 226 Transfer complete.
> ftp>

[snip]

> ls has also been copied to /home/ftp/bin,
> as suggested by man wu-ftpd.

If `ldd /home/ftp/bin/ls' shows anything other than

        statically linked (ELF)

(or a.out I suppose) then ls won't work unless libc.so.??? is in
/home/ftp/lib (or somewhere).

You need a statically linked ls for anonymous ftp because the server
chroot(2)s into /home/ftp for security.

-- 
                Carey Evans  <*>  [EMAIL PROTECTED]

"Linux and Linux-like systems such as UNIX(R) and FreeBSD..."
    - Yggdrasil Computing, <[EMAIL PROTECTED]>

Reply via email to