[Cyberduck-trac] [Cyberduck] #11801: Cannot open file after transfer

Cyberduck trac at cyberduck.io
Fri Oct 15 09:34:04 UTC 2021


#11801: Cannot open file after transfer
---------------------------+---------------------------
 Reporter:  wmodesitt      |         Owner:
     Type:  defect         |        Status:  closed
 Priority:  normal         |     Milestone:
Component:  core           |       Version:  7.10.2
 Severity:  normal         |    Resolution:  worksforme
 Keywords:  Seamonkey      |  Architecture:  PPC
 Platform:  Mac OS X 10.5  |
---------------------------+---------------------------
Changes (by dkocher):

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


Comment:

 We set the [https://docs.cyberduck.io/Cyberduck/Download/#quarantine
 quarantine] option on files downloaded. Possibly in conjunction wit the
 file having the exectuable bit set in the permission mask this triggers
 the prompt. While I am unable to reproduce, you can try the following
 workarounds in Terminal.app

  * Remove executable bit

 {{{
 chmod a-x ~/Downloads/index.html
 }}}

 * Remove the quarantine flag


 {{{
 xattr -d com.apple.quarantine ~/Downloads/index.html
 }}}

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


More information about the Cyberduck-trac mailing list