> ftp> ls
> 200 PORT command successful. Consider using PASV.
> 425 Failed to establish connection.


Hi,

I know it is obvious but nevertheless: *did* you try to use passive mode?

*without* passive:

230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command successful. Consider using PASV.


*with* passive:

230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> pass
Passive mode on.
ftp> ls
227 Entering Passive Mode (63,245,208,138,207,223)
150 Here comes the directory listing.
-rw-r--r--    1 ftp      ftp           528 Nov 01 23:27 README
-rw-r--r--    1 ftp      ftp           560 Sep 28 08:07 index.html
drwxr-xr-x   30 ftp      ftp          4096 Nov 15 14:40 pub
226 Directory send OK.
ftp> quit
221 Goodbye.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to