On 11/6/07, Nicolas FRANCOIS <[EMAIL PROTECTED]> wrote: > > I have an annoying problem with my new LFS box (LFS SVN post 6.3, BLFS > SVN) : Everything is working quite OK...except ftp. When I want to > connect to an ftp server, everything goes OK until I want to dir a > directory : > > ftp> ls > 200 PORT command successful. Consider using PASV. > 425 Failed to establish connection. > > Same problem with the ftp program from cpan, I guess, for I can only > retreive packages with wget or lynx. With Firefox and Konqueror, ftp is > fine. > > Ncftp works fine, so I think it's a specific problem from the core ftp > program installed in LFS. How can I trace this problem to it's origin ?
I don't have any ideas, but I would try strace. http://sourceforge.net/projects/strace/ strace -f -o ftp.log ftp Then just do what you normally do. There will be a lot of output in ftp.log, hopefully something will point you in the right direction. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
