[Cyberduck-trac] [Cyberduck] #10018: .tar.gz files are considering as directories in FTP

Cyberduck trac at cyberduck.io
Fri Jul 21 08:05:21 UTC 2017


#10018: .tar.gz files are considering as directories in FTP
-----------------------------+---------------------------
 Reporter:  carlosrodriguez  |         Owner:
     Type:  defect           |        Status:  closed
 Priority:  normal           |     Milestone:
Component:  ftp              |       Version:  6.1
 Severity:  normal           |    Resolution:  worksforme
 Keywords:  FTP .tar.gz      |  Architecture:  Intel
 Platform:  macOS 10.12      |
-----------------------------+---------------------------
Changes (by dkocher):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 The relevant part in the transcript is


 {{{
 type=OS.unix=slink:otrs-1.1.3.tar.gz;size=17;modify=20170718071901;UNIX.mode=0777;unique=902g816fe;
 otrs-latest-1.1.tar.gz
 type=OS.unix=slink:otrs-1.2.4.tar.gz;size=17;modify=20170718071901;UNIX.mode=0777;unique=902g8174c;
 otrs-latest-1.2.tar.gz
 type=OS.unix=slink:otrs-2.0.5.tar.gz;size=17;modify=20170718071901;UNIX.mode=0777;unique=902g81751;
 otrs-latest-2.0.tar.gz
 type=OS.unix=slink:otrs-2.1.9.tar.gz;size=17;modify=20170718071901;UNIX.mode=0777;unique=902g81752;
 otrs-latest-2.1.tar.gz
 type=OS.unix=slink:otrs-2.2.9.tar.gz;size=17;modify=20170718071901;UNIX.mode=0777;unique=902g81756;
 otrs-latest-2.2.tar.gz
 type=OS.unix=slink:otrs-2.3.6.tar.gz;size=17;modify=20170718071901;UNIX.mode=0777;unique=902g8175a;
 otrs-latest-2.3.tar.gz
 type=OS.unix=slink:otrs-2.4.15.tar.gz;size=18;modify=20170718071901;UNIX.mode=0777;unique=902g8175d;
 otrs-latest-2.4.tar.gz
 type=OS.unix=slink:otrs-3.0.22.tar.gz;size=18;modify=20170718071901;UNIX.mode=0777;unique=902g8175e;
 otrs-latest-3.0.tar.gz
 type=OS.unix=slink:otrs-3.1.21.tar.gz;size=18;modify=20170718071901;UNIX.mode=0777;unique=902g81763;
 otrs-latest-3.1.tar.gz
 type=OS.unix=slink:otrs-3.2.18.tar.gz;size=18;modify=20170718071901;UNIX.mode=0777;unique=902g81767;
 otrs-latest-3.2.tar.gz
 type=OS.unix=slink:otrs-3.3.17.tar.gz;size=18;modify=20170718071901;UNIX.mode=0777;unique=902g81768;
 otrs-latest-3.3.tar.gz
 type=OS.unix=slink:otrs-4.0.24.tar.gz;size=18;modify=20170718071901;UNIX.mode=0777;unique=902g818a3;
 otrs-latest-4.0.tar.gz
 type=OS.unix=slink:otrs-5.0.21.tar.gz;size=18;modify=20170718071901;UNIX.mode=0777;unique=902g80c05;
 otrs-latest-5.0.tar.gz
 type=OS.unix=slink:otrs-5.0.21.tar.gz;size=18;modify=20170718071901;UNIX.mode=0777;unique=902g80c07;
 otrs-latest.tar.gz
 }}}

 These files have a symbolic link type set and we try to determine if the
 entry is a file or directory which cannot be guessed from the type or
 filename returned. Usually this operation is fast but in this case the
 server seems to take a long time to return a `550` failure accessing the
 directory. Workaround is to remove these symbolic links or to determine
 why the server software is not immediately returning a failure.

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


More information about the Cyberduck-trac mailing list