[Cyberduck-trac] [Cyberduck] #8181: Symlinks not showing up but accessible via Menu - Go To Folder

Cyberduck trac at trac.cyberduck.io
Sat Aug 16 15:17:03 UTC 2014


#8181: Symlinks not showing up but accessible via Menu - Go To Folder
------------------------+---------------------------
    Reporter:  themroc  |      Owner:
        Type:  defect   |     Status:  new
    Priority:  normal   |  Milestone:
   Component:  core     |    Version:  4.5.1
    Severity:  normal   |   Keywords:
Architecture:  Intel    |   Platform:  Mac OS X 10.9
------------------------+---------------------------
 After upgrading from v4.4.4 to v4.5.1 I can't see symlinks anymore on one
 special ftp-server, on other servers they appear.
 However when I type the known name of the symlink into the dialog I can
 reach the linked directory.

 == LOG from 4.4.4 - working ==
 {{{
 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
 220-You are user number 6 of 50 allowed.
 220-Local time is now 17:14. Server port: 21.
 220-This is a private system - No anonymous login
 220-IPv6 connections are also welcome on this server.
 220 You will be disconnected after 15 minutes of inactivity.
 USER m***_ftp
 331 User m***_ftp OK. Password required
 PASS ********
 230 OK. Current restricted directory is /
 FEAT
 211-Extensions supported:
  EPRT
  IDLE
  MDTM
  SIZE
  MFMT
  REST STREAM
  MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
  MLSD
  AUTH TLS
  PBSZ
  PROT
  UTF8
  ESTA
  PASV
  EPSV
  SPSV
  ESTP
 211 End.
 OPTS UTF8 ON
 200 OK, UTF-8 enabled
 SYST
 215 UNIX Type: L8
 PWD
 257 "/" is your current location
 STAT /
 213-STAT
 drwxrwxrwx    4 33         www-data         4096 Aug 16 16:46 .
 drwxrwxrwx    4 33         www-data         4096 Aug 16 16:46 ..
 lrwxrwxrwx    1 0          0                  47 Aug 16 06:23
 article_images_macarons -> /var/www10/m12336/macarons/http/images/produkte
 lrwxrwxrwx    1 0          0                  38 Aug 16 06:23
 layout_macarons -> /var/www10/m12336/macarons/http/layout
 lrwxrwxrwx    1 0          0                  52 Aug 16 06:23
 market_sync_macarons ->
 /var/www10/m12336/macarons/upload/market_sync/yatego
 drwxr-xr-x    2 33         www-data         4096 May 16  2012 marketplace
 lrwxrwxrwx    1 0          0                  36 Aug 16 06:23 pdf_macarons
 -> /var/www10/m12336/macarons/documents
 drwxr-xr-x    2 33         www-data         4096 May 16  2012
 upload_article_image_12883
 213 End.
 CWD /article_images_macarons
 250 OK. Current directory is /article_images_macarons
 CWD /layout_macarons
 250 OK. Current directory is /layout_macarons
 CWD /market_sync_macarons
 250 OK. Current directory is /market_sync_macarons
 CWD /pdf_macarons
 250 OK. Current directory is /pdf_macarons

 }}}


 == LOG from 4.5.1 (not working) ==
 {{{
 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
 220-You are user number 7 of 50 allowed.
 220-Local time is now 17:15. Server port: 21.
 220-This is a private system - No anonymous login
 220-IPv6 connections are also welcome on this server.
 220 You will be disconnected after 15 minutes of inactivity.
 USER m***_ftp
 331 User m***_ftp OK. Password required
 PASS ********
 230 OK. Current restricted directory is /
 FEAT
 211-Extensions supported:
  EPRT
  IDLE
  MDTM
  SIZE
  MFMT
  REST STREAM
  MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
  MLSD
  AUTH TLS
  PBSZ
  PROT
  UTF8
  ESTA
  PASV
  EPSV
  SPSV
  ESTP
 211 End.
 OPTS UTF8 ON
 200 OK, UTF-8 enabled
 SYST
 215 UNIX Type: L8
 PWD
 257 "/" is your current location
 CWD /
 250 OK. Current directory is /
 TYPE A
 200 TYPE is now ASCII
 PASV
 227 Entering Passive Mode (217,24,219,14,245,221)
 MLSD
 150 Accepted data connection
 type=cdir;sizd=4096;modify=20140816144639;UNIX.mode=0777;UNIX.uid=33;UNIX.gid=33;unique=18g21e0991;
 .
 type=pdir;sizd=4096;modify=20140816144639;UNIX.mode=0777;UNIX.uid=33;UNIX.gid=33;unique=18g21e0991;
 ..
 type=OS.unix=slink:;size=47;modify=20140816042300;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=18g21e0014;
 article_images_macarons
 type=OS.unix=slink:;size=38;modify=20140816042300;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=18g21e0013;
 layout_macarons
 type=OS.unix=slink:;size=52;modify=20140816042300;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=18g21e0015;
 market_sync_macarons
 type=dir;sizd=4096;modify=20120516094904;UNIX.mode=0755;UNIX.uid=33;UNIX.gid=33;unique=18g21e0992;
 marketplace
 type=OS.unix=slink:;size=36;modify=20140816042300;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=18g21e0012;
 pdf_macarons
 type=dir;sizd=4096;modify=20120516094904;UNIX.mode=0755;UNIX.uid=33;UNIX.gid=33;unique=18g21e0993;
 upload_article_image_12883
 226-Options: -a -l
 226 8 matches total

 }}}

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/8181>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list