Opened 23 years ago
Last modified 23 years ago
#19 closed Bug report
Files & directories don't show up in 1.4
Reported by: | anonymous | Owned by: | Tim Kosse |
---|---|---|---|
Priority: | low | Component: | Other |
Keywords: | Cc: | Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
When I connect to a remote system, the file and
directory items don't show up in the remote site list
window except for '..'(parent directory)
Log is as follows. As you can see, the size of data
transfer for '/bin/ls' is zero.
Status: Connecting to xxxxxx ...
Status: Connected with xxxxxx. Waiting for welcome
message...
Response: 220 xxxxxx FTP server (SunOS 5.7) ready.
Command: USER stlim
Response: 331 Password required for stlim.
Command: PASS
Response: 230 User stlim logged in.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/home/stlim" is current directory.
Command: PORT xxx,xxx,xxx,xxx,x,xxx
Response: 200 PORT command successful.
Command: TYPE A
Response: 200 Type set to A.
Command: LIST
Response: 150 ASCII data connection for /bin/ls
(xxx.xxx.xxx.xxx,xxxx) (0 bytes).
Response: 226 ASCII Transfer complete.
Change History (3)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
Logged In: NO
I'm sorry for my incomplete description.
There *are* files and subdirectories. And using another
ftp clients, I can see them.
comment:3 by , 23 years ago
Can you please send me the logs of the other ftp clients?
Yet it still looks like a server problem since the server
sends 0 bytes.
You've already answered your own question: The size of the
data transfer is 0 bytes!
"Response: 150 ASCII data connection for /bin/ls
(xxx.xxx.xxx.xxx,xxxx) (0 bytes)."
That means that there are no files on the server in the
current directory ("/home/stlim") or that the server
doesn't work properly.