Opened 16 years ago
Last modified 9 years ago
#4490 reopened Bug report
cannot list symbolic links — at Initial Version
Reported by: | Liviu | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | cannot list symbolic links | Cc: | |
Component version: | Operating system type: | ||
Operating system version: | Vista -32bit Enterprise |
Description
The new Filezilla client does not list symbolic link that are on the sftp server.I am using surge fpt as server.
I have a symbolic link in my home dir that is called sftp_data and i cannot see that link with the latest client and with a old client i can see it.
The only dir that i see with latest client is .ssh
12:34:03 Status: Resolving address of sftp.wgint.com
12:34:03 Status: Connecting to 144.78.15.17:990...
12:34:03 Status: Connection established, initializing TLS...
12:34:04 Status: Verifying certificate...
12:34:04 Status: TLS/SSL connection established, waiting for welcome message...
12:34:04 Response: 220 SurgeFTP sftp.wgint.com (Version 2.2k6)
12:34:04 Command: USER elamalm
12:34:04 Response: 331 Password required for elamalm.
12:34:04 Command: PASS
12:34:04 Response: 230- Alias Real path Access
12:34:05 Response: 230- / /export/home/sysadm/elamalm read+write
12:34:05 Response: 230 User elamalm logged in.
12:34:05 Command: SYST
12:34:05 Response: 215 UNIX Type: L8
12:34:05 Command: FEAT
12:34:05 Response: 211-Extensions supported:
12:34:06 Response: MDTM
12:34:06 Response: MLST type*,size*,modify*,create,unique*,perm,unix.mode,unix.owner,unix.group
12:34:06 Response: PASV
12:34:06 Response: REST STREAM
12:34:06 Response: SSCN
12:34:06 Response: SIZE
12:34:06 Response: TVFS
12:34:06 Response: EPRT
12:34:06 Response: EPSV
12:34:06 Response: 211 End.
12:34:06 Command: PBSZ 0
12:34:06 Response: 200 Great whatever you say
12:34:06 Command: PROT P
12:34:06 Response: 200 Data channel will be encrypted
12:34:06 Status: Connected
12:34:06 Status: Retrieving directory listing...
12:34:06 Command: PWD
12:34:06 Response: 257 "/" is current directory.
12:34:06 Command: TYPE I
12:34:06 Response: 200 Type set to I
12:34:06 Command: PASV
12:34:06 Response: 227 Entering Passive Mode (144,78,15,17,234,96)
12:34:06 Command: MLSD
12:34:07 Response: 150 Opening BINARY connection for /
12:34:08 Response: 226 MLSD complete. list access allowed (/)
12:34:08 Status: Directory listing successful
12:34:17 Status: Retrieving directory listing...
12:34:17 Command: CWD /.ssh
12:34:17 Response: 250 CWD command successful now (/.ssh)
12:34:17 Command: PWD
12:34:17 Response: 257 "/.ssh" is current directory.
12:34:17 Command: PASV
12:34:18 Response: 227 Entering Passive Mode (144,78,15,17,234,96)
12:34:18 Command: MLSD
12:34:18 Response: 150 Opening BINARY connection for /.ssh
12:34:18 Response: 226 MLSD complete. list access allowed (/.ssh)
12:34:18 Status: Directory listing successful
12:34:19 Status: Retrieving directory listing...
12:34:19 Command: CWD /
12:34:19 Response: 250 CWD command successful now (/)
12:34:19 Command: PWD
12:34:20 Response: 257 "/" is current directory.
12:34:20 Status: Directory listing successful
The same thing with a 3.1.5.1 client and i can see the sftp_data link:
12:30:42 Status: Resolving address of sftp.wgint.com
12:30:42 Status: Connecting to 144.78.15.17:990...
12:30:42 Status: Connection established, initializing TLS...
12:30:43 Status: Verifying certificate...
12:30:43 Status: TLS/SSL connection established, waiting for welcome message...
12:30:43 Response: 220 SurgeFTP sftp.wgint.com (Version 2.2k6)
12:30:43 Command: USER elamalm
12:30:43 Response: 331 Password required for elamalm.
12:30:43 Command: PASS
12:30:43 Response: 230- Alias Real path Access
12:30:44 Response: 230- / /export/home/sysadm/elamalm read+write
12:30:44 Response: 230 User elamalm logged in.
12:30:44 Command: SYST
12:30:44 Response: 215 UNIX Type: L8
12:30:44 Command: FEAT
12:30:44 Response: 211-Extensions supported:
12:30:44 Response: MDTM
12:30:44 Response: MLST type*,size*,modify*,create,unique*,perm,unix.mode,unix.owner,unix.group
12:30:44 Response: PASV
12:30:44 Response: REST STREAM
12:30:44 Response: SSCN
12:30:44 Response: SIZE
12:30:44 Response: TVFS
12:30:44 Response: EPRT
12:30:44 Response: EPSV
12:30:44 Response: 211 End.
12:30:44 Command: PBSZ 0
12:30:45 Response: 200 Great whatever you say
12:30:45 Command: PROT P
12:30:45 Response: 200 Data channel will be encrypted
12:30:45 Status: Connected
12:30:45 Status: Retrieving directory listing...
12:30:45 Command: PWD
12:30:45 Response: 257 "/" is current directory.
12:30:45 Command: TYPE I
12:30:45 Response: 200 Type set to I
12:30:45 Command: PASV
12:30:45 Response: 227 Entering Passive Mode (144,78,15,17,234,96)
12:30:45 Command: LIST
12:30:46 Response: 150 Opening BINARY connection for /
12:30:47 Response: 226 Transfer complete.
12:30:47 Status: Calculating timezone offset of server...
12:30:47 Command: MDTM .sh_history
12:30:47 Response: 213 20090508090548
12:30:47 Status: Timezone offsets: Server: -18000 seconds. Local: 10800 seconds. Difference: 28800 seconds.
12:30:47 Status: Directory listing successful
12:31:07 Status: Retrieving directory listing...
12:31:07 Command: CWD /sftp_data
12:31:07 Response: 250 CWD command successful now (/sftp_data)
12:31:07 Command: PWD
12:31:07 Response: 257 "/sftp_data" is current directory.
12:31:07 Command: PASV
12:31:07 Response: 227 Entering Passive Mode (144,78,15,17,234,96)
12:31:07 Command: LIST
12:31:08 Response: 150 Opening BINARY connection for /sftp_data
12:31:08 Response: 226 Transfer complete.
12:31:08 Status: Directory listing successful
12:35:24 Status: Retrieving directory listing...
12:35:24 Command: CWD /.ssh
12:35:25 Response: 250 CWD command successful now (/.ssh)
12:35:25 Command: PWD
12:35:25 Response: 257 "/.ssh" is current directory.
12:35:25 Command: PASV
12:35:25 Response: 227 Entering Passive Mode (144,78,15,17,234,96)
12:35:25 Command: LIST
12:35:25 Response: 150 Opening BINARY connection for /.ssh
12:35:26 Response: 226 Transfer complete.
12:35:26 Status: Directory listing successful
Thanks