From 4a832dc3f994cc1e0bacf6e745835427da72b746 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Tue, 15 Oct 2024 14:55:28 +0200 Subject: [PATCH] Move sections specific for downloads. --- cyberduck/download.md | 14 ++++++++++++++ cyberduck/transfer.md | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cyberduck/download.md b/cyberduck/download.md index ca3eb417..bf12ca7b 100644 --- a/cyberduck/download.md +++ b/cyberduck/download.md @@ -46,6 +46,20 @@ Drag the file from the browser to the *Transfers* window to be downloaded later. Downloaded files have added metadata of its origin URL. *Finder.app* displays this information in *File → Get Info*. ::: +## Open Downloaded Files + +Use the *Open* toolbar button to open a downloaded file or folder. + +:::{admonition} macOS only +:class: tip + +A warning might be displayed before opening the file. See the [download quarantine](download.md#quarantine). +::: + +## Show Downloaded Files + +Using the *Show in Finder* or *Show* toolbar button, files are shown in *Finder.app* or *Explorer*. + ## Hidden Preferences ### Quarantine diff --git a/cyberduck/transfer.md b/cyberduck/transfer.md index 8b14d866..7bd6a52e 100644 --- a/cyberduck/transfer.md +++ b/cyberduck/transfer.md @@ -30,20 +30,6 @@ Some servers may not support resumable transfers and the file will be reloaded i You can interrupt a transfer using the *Stop* toolbar button. -## Open Downloaded Files - -Use the *Open* toolbar button to open a downloaded file or folder. - -:::{admonition} macOS only -:class: tip - -A warning might be displayed before opening the file. See the [download quarantine](download.md#quarantine). -::: - -## Show Downloaded Files - -Using the *Show in Finder* or *Show* toolbar button, files are shown in *Finder.app* or *Explorer*. - ## Progress ::::{admonition} Windows only