[[TOC()]] = [wiki:help/en Cyberduck Help] / [wiki:help/en/howto Howto] / Download = === 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. [[Image(source:trunk/www/help/images/download.png)]] === Toolbar button. === Customize the browser toolbar using menu ''View → Customize Toolbar...'' to add the Download toolbar button to the default configuration. [[Image(source:trunk/www/help/images/toolbar.png)]] === The download menu. === Select ''File → Download'' or right-click the file in the browser to select Download in the context menu. === How do I queue a file to be downloaded later? === Drag the file from the browser to the Transfer window. [[Image(source:trunk/www/help/images/transfer.png)]] === Excluded files and folders === Files and folders matching the regular expression in ''Preferences → Preferences → Advanced'' will be excluded. The default pattern excludes metadata files from common revision control software. {{{ .*~\..*|\.DS_Store|\.svn|CVS }}} See also [wiki:help/en/howto/preferences#TransfersAdvanced 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. See [wiki:help/en/howto/preferences#Hiddenconfigurationoptions Hidden Configuration Options] to disable this feature.