Re: can't list directories in ftp

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hello again, Barry

Yes interestingly enough that seemed to do it for the local test. This is odd, because I remember setting up another ProFTPd server with this directive and never ran into this issue. 

 Nevertheless, once I commented out the MasqueradeAddress directive it works locally.

[root@LCENT05:~] #/usr/bin/ftp localhost
Connected to localhost (127.0.0.1).
220 FTP Server ready.
Name (localhost:root): bluethundr
331 Password required for bluethundr
Password:
230 User bluethundr logged in
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (127,0,0,1,253,20).
150 Opening ASCII mode data connection for file list
-rw-r--r--   1 apache   apache      36834 Mar 11  2010 Copying
-rw-r--r--   1 apache   apache        266 Jul  9 10:30 How to install Piwik.html
-rw-r--r--   1 root     apache    1189469 Dec 20  2010 Illustration.ai
-rw-r--r--   1 root     apache     236524 Dec 20  2010 Illustration.jpg
-rw-r--r--   1 root     apache     230915 Dec 20  2010 Illustration.pdf
-rw-r--r--   1 root     apache    1206524 Dec 20  2010 Illustration_path.ai
-rw-r--r--   1 root     apache    2176338 Dec 20  2010 Illustration_path.eps

Which is nice! But when I try to connect remotely this is what occurs:

Response:	230 User bluethundr logged in
Command:	OPTS UTF8 ON
Response:	200 UTF8 set to on
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/" is the current directory
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (192,168,1,48,251,255).
Status:	Server sent passive reply with unroutable address. Using server address instead.
Command:	MLSD
Error:	Connection timed out
Error:	Failed to retrieve directory listing

So remotely it's still having difficulty listing the directory. Here's a snippet from the logs. I've included a longer section of the logs in case this sheds any light on the issue. :) 

Seriously thanks for your help here, it's greatly appreciated!

Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): USER bluethundr: Login successful.
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'OPTS UTF8 ON' to mod_tls
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'OPTS UTF8 ON' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'OPTS UTF8 ON' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching CMD command 'OPTS UTF8 ON' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'OPTS_UTF8 ON' to mod_tls
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'OPTS_UTF8 ON' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'OPTS_UTF8 ON' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching CMD command 'OPTS_UTF8 ON' to mod_lang
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching LOG_CMD command 'OPTS_UTF8 ON' to mod_log
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching LOG_CMD command 'OPTS UTF8 ON' to mod_log
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'PWD' to mod_tls
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'PWD' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'PWD' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching CMD command 'PWD' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): in dir_check_full(): path = '/', fullpath = '/'.
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching LOG_CMD command 'PWD' to mod_log
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'TYPE I' to mod_tls
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'TYPE I' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'TYPE I' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching CMD command 'TYPE I' to mod_xfer
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching LOG_CMD command 'TYPE I' to mod_log
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'PASV' to mod_tls
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'PASV' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'PASV' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching CMD command 'PASV' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): in dir_check_full(): path = '/', fullpath = '/'.
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): Entering Passive Mode (192,168,1,48,255,131).
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching LOG_CMD command 'PASV' to mod_log
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'MLSD' to mod_tls
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'MLSD' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching PRE_CMD command 'MLSD' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): dispatching CMD command 'MLSD' to mod_facts
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (xx.xxx.xxx.xxx[xx.xxx.xxx.xxx]): in dir_check_full(): path = '/', fullpath = '/'.


----- Original Message -----
From: "Barry Brimer" <lists@xxxxxxxxxx>
To: "CentOS mailing list" <centos@xxxxxxxxxx>
Sent: Saturday, August 13, 2011 1:32:03 PM
Subject: Re:  can't list directories in ftp

> Sorry for all the questions today. But I am trying to wrap up this ftp business and still having some issues. I appreciate your input.
>
> SELinux is temporarily disabled (until I can work this all out) and I am now able to log into the FTP server.

<snip>

> This is what my proftpd config is looking like at the moment.

<snip>

> # Masqurade Address
> MasqueradeAddress               xx.xxx.xxx.xxx

<snip>

I'm betting that your MasqueradeAddress is the issue.  This is great when 
you are behind a NATing firewall, but for localhost testing, it could be 
your issue.

Try commenting out your MasqueradeAddress line and it should create the 
connection back through the IP address you connected from instead of 
forcing the one in your MasqueradeAddress.  When you want to test the real 
setup, put it back in.

Barry
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

Attachment: proftpd.conf
Description: Binary data

Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): AuthOrder in effect, resetting auth module order
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): connected - local  : 192.168.1.48:21
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): connected - remote : 71.187.203.194:1024
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): FTP session opened.
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'USER bluethundr' to mod_tls
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'USER bluethundr' to mod_core
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'USER bluethundr' to mod_core
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'USER bluethundr' to mod_delay
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'USER bluethundr' to mod_auth
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching CMD command 'USER bluethundr' to mod_auth
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'USER bluethundr' to mod_delay
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching LOG_CMD command 'USER bluethundr' to mod_log
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PASS (hidden)' to mod_core
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PASS (hidden)' to mod_core
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PASS (hidden)' to mod_vroot
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): mod_vroot/0.8.5: vroot registered
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching CMD command 'PASS (hidden)' to mod_auth
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): retrieved UID 500 for user 'bluethundr'
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): retrieved group ID: 500
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): retrieved group name: bluethundr
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): ROOT PRIVS at mod_auth_pam.c:312
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): RELINQUISH PRIVS at mod_auth_pam.c:482
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): user 'bluethundr' authenticated by mod_auth_pam.c
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): ROOT PRIVS at auth.c:1252
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): RELINQUISH PRIVS at auth.c:1254
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): USER PRIVS 500 at mod_auth.c:1071
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): RELINQUISH PRIVS at mod_auth.c:1073
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): 
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): Config for ProFTPD server:
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): /var/www/html/jokefire.com
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]):  Limit
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]):   AllowAll
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]):  Umask
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]):  AllowOverwrite
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): ServerIdent
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): DefaultServer
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): VRootEngine
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): DefaultRoot
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): VRootAlias
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): PassivePorts
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): AuthPAMConfig
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): AuthOrder
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): UserID
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): UserName
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): GroupID
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): GroupName
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): UseSendfile
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): DebugLevel
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): Limit
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]):  AllowAll
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): Umask
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): AllowOverwrite
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): ROOT PRIVS at mod_auth.c:1161
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): opening TransferLog '/var/log/xferlog'
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): setting group ID: 500
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): RELINQUISH PRIVS at mod_auth.c:1201
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): USER PRIVS 500 at mod_auth.c:604
Aug 13 13:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): RELINQUISH PRIVS at mod_auth.c:608
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): set TZ environment variable to 'EST'
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): Preparing to chroot to directory '/var/www/html/jokefire.com'
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): ROOT PRIVS at auth.c:1356
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): RELINQUISH PRIVS at auth.c:1358
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): Environment successfully chroot()ed
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): ROOT PRIVS at mod_auth.c:1242
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): SETUP PRIVS at mod_auth.c:1254
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): unable to chdir to /home/bluethundr (No such file or directory), defaulting to chroot directory /
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): in dir_check_full(): path = '/', fullpath = '/'.
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'PASS (hidden)' to mod_cap
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): mod_cap/1.0: capabilities '= cap_net_bind_service,cap_audit_write+ep'
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'PASS (hidden)' to mod_vroot
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'PASS (hidden)' to mod_tls
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'PASS (hidden)' to mod_readme
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'PASS (hidden)' to mod_delay
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'PASS (hidden)' to mod_log
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'PASS (hidden)' to mod_ls
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'PASS (hidden)' to mod_auth
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): RELINQUISH PRIVS at mod_auth.c:1614
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'PASS (hidden)' to mod_xfer
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching POST_CMD command 'PASS (hidden)' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching LOG_CMD command 'PASS (hidden)' to mod_log
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching LOG_CMD command 'PASS (hidden)' to mod_auth
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): USER bluethundr: Login successful.
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'OPTS UTF8 ON' to mod_tls
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'OPTS UTF8 ON' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'OPTS UTF8 ON' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching CMD command 'OPTS UTF8 ON' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'OPTS_UTF8 ON' to mod_tls
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'OPTS_UTF8 ON' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'OPTS_UTF8 ON' to mod_core
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching CMD command 'OPTS_UTF8 ON' to mod_lang
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching LOG_CMD command 'OPTS_UTF8 ON' to mod_log
Aug 13 12:45:44 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching LOG_CMD command 'OPTS UTF8 ON' to mod_log
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PWD' to mod_tls
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PWD' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PWD' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching CMD command 'PWD' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): in dir_check_full(): path = '/', fullpath = '/'.
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching LOG_CMD command 'PWD' to mod_log
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'TYPE I' to mod_tls
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'TYPE I' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'TYPE I' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching CMD command 'TYPE I' to mod_xfer
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching LOG_CMD command 'TYPE I' to mod_log
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PASV' to mod_tls
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PASV' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'PASV' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching CMD command 'PASV' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): in dir_check_full(): path = '/', fullpath = '/'.
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): Entering Passive Mode (192,168,1,48,255,131).
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching LOG_CMD command 'PASV' to mod_log
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'MLSD' to mod_tls
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'MLSD' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching PRE_CMD command 'MLSD' to mod_core
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): dispatching CMD command 'MLSD' to mod_facts
Aug 13 12:45:45 LCENT05 proftpd[3095] 192.168.1.48 (71.187.203.194[71.187.203.194]): in dir_check_full(): path = '/', fullpath = '/'.
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux