• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

unable to connect to ftp server on Linux

Cooky

Golden Member
I installed vsFTPd on my Fedora2 Linux server.
I can connect to it from command line on Win XP and another Linux machine fine, but can't connect to it through a web interface (IE or Firefox).

When I try to connect via web browser, I get these two error messages:
530 login incorrect - I've triple checked the password.
425 Failed to establish connection

Also, I can connect from wsFTP program on XP, but it takes a long time to go through:
//begin of copy
connecting to 192.168.1.8:21
Connected to 192.168.1.8 port 21
220 Welcome to ACN FTP service.
USER khuang
331 Please specify the password.
PASS (hidden)
230 Login successful.
CWD /Ipswitch/Product_Downloads
550 Failed to change directory.
PWD
257 "/home/khuang"
SYST
215 UNIX Type: L8
Host type (S): UNIX (standard)
PASV
227 Entering Passive Mode (192,168,1,8,143,208)
connecting to 192.168.1.8:36816
- -
connecting to 192.168.1.8:36816
! Connection failed 192.168.1.8 - host unreachable
! connect: error 0
PORT 192,168,1,12,12,255
200 PORT command successful. Consider using PASV.
LIST
150 Here comes the directory listing.
Received 617 bytes in 0.1 secs, (60.00 Kbps), transfer succeeded
226 Directory send OK.
//end of copy

Anyone have any idea how to get this fixed please let me know.
Thanks!
 
Back
Top