Hello ..
Thank you.
Could you also send the log from a session where you see all the files?
Can you find the files that are not listed/displayed in the raw directory listing?
In case the ORIG files are hidden, go to Settings->Transfer "Directory Listing Options" and enable "Show All Files". This will add the -a argument to the LIST command: e.g. LIST -a
Regards,
-Mat
I just noticed that I can see all the files when I login using SmartFTP as root userid but not as anonymous userid.
Attached is the log from a session whereI see all the files:
[15:06:12] SmartFTP v2.0.997.4
[15:06:12] Resolving host name "172.19.244.62"
[15:06:12] Connecting to 172.19.244.62 Port: 21
[15:06:12] Connected to 172.19.244.62.
[15:06:12] 220 pc1db0u FTP server (Version 4.2 Fri Oct 7 19:22:01 CDT 2005) ready.
[15:06:12] USER root
[15:06:12] 331 Password required for root.
[15:06:12] PASS (hidden)
[15:06:12] 230-Last unsuccessful login: Wed Sep 13 11:04:37 EDT 2006 on ftp from ::ffff:172.19.255.68
[15:06:12] 230-Last login: Wed Sep 13 15:04:57 EDT 2006 on ftp from ::ffff:172.19.255.68
[15:06:12] 230 User root logged in.
[15:06:12] SYST
[15:06:12] 215 UNIX Type: L8 Version: BSD-44
[15:06:12] Detected Server Type: UNIX
[15:06:12] FEAT
[15:06:12] 500 'FEAT': command not understood.
[15:06:12] TYPE I
[15:06:12] 200 Type set to I.
[15:06:12] REST 0
[15:06:12] 350 Restarting at 0 Send STORE or RETRIEVE to initiate transfer.
[15:06:12] PWD
[15:06:12] 257 "/" is current directory.
[15:06:12] TYPE A
[15:06:12] 200 Type set to A; form set to N.
[15:06:12] PASV
[15:06:12] 227 Entering Passive Mode (172,19,244,62,194,116)
[15:06:12] Opening data connection to 172.19.244.62 Port: 49780
[15:06:12] LIST -a
[15:06:12] 150 Opening data connection for /bin/ls.
[15:06:12] 6687 bytes transferred. (435 KB/s) (15 ms)
[15:06:12] 226 Transfer complete.
[15:06:18] CWD /usr
[15:06:18] 250 CWD command successful.
[15:06:18] PWD
[15:06:18] 257 "/usr" is current directory.
[15:06:18] PASV
[15:06:18] 227 Entering Passive Mode (172,19,244,62,194,118)
[15:06:18] Opening data connection to 172.19.244.62 Port: 49782
[15:06:18] LIST -a
[15:06:18] 150 Opening data connection for /bin/ls.
[15:06:18] 3784 bytes transferred. (246 KB/s) (15 ms)
[15:06:18] 226 Transfer complete.
[15:06:24] CWD /usr/sap
[15:06:24] 250 CWD command successful.
[15:06:24] PWD
[15:06:24] 257 "/usr/sap" is current directory.
[15:06:24] PASV
[15:06:24] 227 Entering Passive Mode (172,19,244,62,194,121)
[15:06:24] Opening data connection to 172.19.244.62 Port: 49785
[15:06:24] LIST -a
[15:06:24] 150 Opening data connection for /bin/ls.
[15:06:24] 1068 bytes transferred. (69.5 KB/s) (15 ms)
[15:06:24] 226 Transfer complete.
[15:06:29] CWD /usr/sap/shared
[15:06:29] 250 CWD command successful.
[15:06:29] PWD
[15:06:29] 257 "/usr/sap/shared" is current directory.
[15:06:29] PASV
[15:06:29] 227 Entering Passive Mode (172,19,244,62,194,122)
[15:06:29] Opening data connection to 172.19.244.62 Port: 49786
[15:06:29] LIST -a
[15:06:29] 150 Opening data connection for /bin/ls.
[15:06:29] 2215 bytes transferred. (135 KB/s) (16 ms)
[15:06:29] 226 Transfer complete.
[15:06:35] CWD /usr/sap/shared/MQ
[15:06:35] 250 CWD command successful.
[15:06:35] PWD
[15:06:35] 257 "/usr/sap/shared/MQ" is current directory.
[15:06:35] PASV
[15:06:35] 227 Entering Passive Mode (172,19,244,62,194,124)
[15:06:35] Opening data connection to 172.19.244.62 Port: 49788
[15:06:35] LIST -a
[15:06:35] 150 Opening data connection for /bin/ls.
[15:06:36] 226 Transfer complete.
[15:06:36] 269649 bytes transferred. (562 KB/s) (468 ms)
[15:06:40] CWD /usr/sap/shared/MQ/2006-08
[15:06:40] 250 CWD command successful.
[15:06:40] PWD
[15:06:40] 257 "/usr/sap/shared/MQ/2006-08" is current directory.
[15:06:41] PASV
[15:06:41] 227 Entering Passive Mode (172,19,244,62,194,125)
[15:06:41] Opening data connection to 172.19.244.62 Port: 49789
[15:06:41] LIST -a
[15:06:41] 150 Opening data connection for /bin/ls.
[15:06:53] 7717235 bytes transferred. (591 KB/s) (00:00:12)
[15:06:53] 226 Transfer complete.
Yes, I can see files in the raw listing when I login as root userid but not as anonymous userid.
I have also noticed that whenever SmartFTP connects to the AIX server and does a ls command, the ls command on the AIX server core dumps.
Any idea why root works but not the anonymous userid?
Thanks.