[[TOC()]] = [wiki:help/en Cyberduck Help] / [wiki:help/en/howto Howto] / Download = See also [wiki:help/en/howto/transfer Transfers] in general. == Double click == Double click a file in the browser window to download to the default download location as configured in ''Cyberduck → Preferences → Transfers''. == Download using drag and drop == Drag the files or folders to the desired download location in the Finder.app. == Toolbar button == Customize the browser toolbar using menu ''View → Customize Toolbar...'' to add the Download toolbar button to the default configuration. [[Image(Download Toolbar Button.png)]] == The download menu. == Select ''File → Download'' or right-click the file in the browser to select Download in the context menu. == Queue a file to be downloaded later == Drag the file from the browser to the Transfer window to be downloaded later. == Where From == Downloaded files have added metadata of its origin URL. ''Finder.app'' displays this information in ''File → Get Info''. == Hidden Preferences == === Quarantine === Downloaded files are flagged with the `com.apple.quarantine` attribute. The attributes associate basic information with the file, such as its type, when it was received, and the URL from which it came. When the Finder or any other program uses Launch Services to open a quarantined file, Launch Services inspects the file to see if it appears to be an application, script, or other executable file type. If so, the system displays an alert informing the user that the file is an application and asking for confirmation that it should be executed. The alert lets the user open the URL from which the file was downloaded, launch the program, or cancel. If the user proceeds to open the file, Launch Services removes the quarantine attributes from that file. A [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration option]. {{{ defaults write ch.sudo.cyberduck queue.download.quarantine false }}} Files downloaded to edit do not have a quarantine flag set by default. === Don't change document icon to Cyberduck icon while downloading === A [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration option]. {{{ defaults write ch.sudo.cyberduck queue.download.icon.update false }}}