Ticket #19 (closed Bug report)
Files & directories don't show up in 1.4
| Reported by: | anonymous | Owned by: | codesquid |
|---|---|---|---|
| Priority: | low | Component: | Other |
| Keywords: | Cc: | codesquid | |
| 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.
