LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to run vsftpd as PORT mode? (https://www.linuxquestions.org/questions/linux-networking-3/how-to-run-vsftpd-as-port-mode-313051/)

whepin 04-13-2005 11:54 PM

How to run vsftpd as PORT mode?
 
I have to set vsftpd as PORT mode,but I failed.
The following is my sample config:
port_enable=YES
pasv_enable=NO


but I ftp to my vsftpd server 210.29.101.100,get the error:
C:\Documents and Settings\Administrator>ftp>ftp 210.29.101.100
Connected to 210.29.101.100.
220 (vsFTPd 1.2.0)
User (210.29.101.100:(none)): ftp
331 Please specify the password.
Password:
230 Login successful.
ftp> ls
200 PORT command successful. Consider using PASV.
425 Failed to establish connection.
ftp>


Howerver, When I use UNIX-like ftp client, I got the error:
ftp> ls
550 Permission denied.
Passive mode refused.

I'm really confused.
Help me,pls.

vsftpd version:vsftpd-1.2.0-5
system:FC1

whepin 04-14-2005 06:33 AM

Help me, pls.

hamdiozdere 07-14-2011 03:33 AM

Hi,

I have a trouble too.
screen output is below, i can not take any other response .
Can i take an advice?

ftp> ls
550 Permission denied.
Passive mode refused. Turning off passive mode.
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.


All times are GMT -5. The time now is 01:09 PM.