COO tiket.com. Advisor bouncity.com. Advisor golfnesia.com. Co-founded urbanesia.com. Initiator #StartupLokal
If you found this message when you are accessing vsftpd ftp server, then you need to do this:
[root@Production]/etc/vsftpd# ftp localhost
Connected to localhost (127.0.0.1).
220 (vsFTPd 2.2.2)
Name (localhost:xxx): xxx
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> debug
Debugging on (debug=1).
ftp> ls
---> PASV
550 Permission denied.
Passive mode refused.
ftp>
So actually the cause of this is that PASV mode is turned off (which actually I turned it off purposely).