LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vsftpd not working (https://www.linuxquestions.org/questions/linux-software-2/vsftpd-not-working-314574/)

pradsy90 04-18-2005 01:42 PM

vsftpd not working
 
Hi,

I set up my vsftpd FTP SERVER based on some std literature on the net and books. I am able to get to the vsftpd server add and remove files and do all that from within the network. But when I try from outside it logs me in, autenticates me, but then does not allow me to either view files i have in the home directory or lets me add files. When I use a web browser it just times out.

The Client I use has a logging feature and the point at which it stops has this message.

Port 10,17,17,52,16,17
500 Illegal Port Command
LIST
425 Use PORT or PASV first
Do Dir List returned 0

The trace file succesully executes the PWD and SYST commands before hanging up on this. Any efforts to add a file also gives a time out command on the thread. I have port fwding on port 20 and 21 on my router.
I am also attaching my vsftpd conf file.
I dont exactly know what is wrong.
Any help with this is greatly appreciated.

Regards,
Pradhip.S

---------------

This below is my vsftpd. conf file
-----------------------------------------------

anonymous_enable=NO

local_enable=YES

write_enable=YES

local_umask=022

dirmessage_enable=YES

xferlog_enable=YES

connect_from_port_20=YES

xferlog_file=/var/log/vsftpd.log

xferlog_std_format=YES

ftpd_banner=Welcome to PradsComputer's FTP service.

chroot_local_user=YES

chroot_list_enable=YES

chroot_list_file=/etc/vsftpd.chroot_list

#ls_recurse_enable=YES

pam_service_name=vsftpd

userlist_enable=YES

listen=YES

tcp_wrappers=YES

Linux.tar.gz 04-18-2005 11:15 PM

Be sure to load this module:
modprobe ip_conntrack_ftp

If it don't work, then perhaps (really not sure) this thread will help you.
http://www.linuxquestions.org/questi...hreadid=302833

llagunocap 05-09-2008 09:19 AM

I set up vsftpd and I am able to login to the server, validate username and password, I see the files within the /home/usr/ folder in the server, but then does not allow me to open the files nor lets me add files.

When I try to open the file in IE it just times out. When I do 'Open FTP Site in Windows Explorer' in the Page menu I get the following error message:

Quote:

Windows cannot access this folder. Make sure you typed the file name correctly and that you have permission to access the folder

Details:
220 (vsFTPd 2.0.5)
530 Permission denied.
If I try to ftp my server using Safari it just returs:

Quote:

You don't have permission to open this page


All times are GMT -5. The time now is 04:06 AM.