[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:47:53 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         |    Resolution:
 Keywords:                 |  Architecture:  Intel
 Platform:  Mac OS X 10.9  |
---------------------------+----------------------

Comment (by themroc):

 strange, but when I create a folder in my root and delete it afterwards,
 the symlinks show up again, here the logs

 == login ==
 {{{
 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
 220-You are user number 4 of 50 allowed.
 220-Local time is now 17:45. 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***_ftp331 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,39,212)
 MLSD
 150 Accepted data connection
 type=cdir;sizd=4096;modify=20140816153623;UNIX.mode=0777;UNIX.uid=33;UNIX.gid=33;unique=18g21e0991;
 .
 type=pdir;sizd=4096;modify=20140816153623;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

 }}}

 == new Folder ==
 {{{
 MKD /test
 257 "/test" : The directory was successfully created
 CWD /
 250 OK. Current directory is /
 TYPE A
 200 TYPE is now ASCII
 PASV
 227 Entering Passive Mode (217,24,219,14,191,52)
 MLSD
 150 Accepted data connection
 type=cdir;sizd=4096;modify=20140816153940;UNIX.mode=0777;UNIX.uid=33;UNIX.gid=33;unique=18g21e0991;
 .
 type=pdir;sizd=4096;modify=20140816153940;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=20140816153940;UNIX.mode=0755;UNIX.uid=33;UNIX.gid=33;unique=18g22210b7;
 test
 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 9 matches total
 }}}

 == delete folder ==
 {{{
 CWD /test
 250 OK. Current directory is /test
 TYPE A
 200 TYPE is now ASCII
 PASV
 227 Entering Passive Mode (217,24,219,14,101,34)
 MLSD
 150 Accepted data connection
 type=cdir;sizd=4096;modify=20140816153940;UNIX.mode=0755;UNIX.uid=33;UNIX.gid=33;unique=18g22210b7;
 .
 type=pdir;sizd=4096;modify=20140816153940;UNIX.mode=0777;UNIX.uid=33;UNIX.gid=33;unique=18g21e0991;
 ..
 226-Options: -a -l

 226 2 matches total
 STAT /test
 213-STAT

 drwxr-xr-x    2 33         www-data         4096 Aug 16 17:39 .

 drwxrwxrwx    5 33         www-data         4096 Aug 16 17:39 ..

 213 End.
 RMD /test
 250 The directory was successfully removed
 STAT /
 213-STAT

 drwxrwxrwx    4 33         www-data         4096 Aug 16 17:40 .

 drwxrwxrwx    4 33         www-data         4096 Aug 16 17:40 ..

 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
 }}}

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


More information about the Cyberduck-trac mailing list