Skip to content

Commit

Permalink
Fix #589.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Oct 15, 2024
1 parent 4a832dc commit f76c001
Showing 1 changed file with 29 additions and 15 deletions.
44 changes: 29 additions & 15 deletions cyberduck/copy.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,38 @@
Copy
====

Open two browser windows each with a connection to any server and drag files and folders between the browsers to copy files or using *Edit → Copy* followed by *Edit → Paste*.
Open two browser windows each with a connection to any server and drag files and folders between the browsers to copy
files or using *Edit → Copy* followed by *Edit → Paste*.

## Copy Files and Folders Between Servers

### Copying Files Directly on the Server

This is supported for the following protocols

- [Azure](../protocols/azure.md)
- [OpenStack Swift](../protocols/openstack/index.md)
- [WebDAV](../protocols/webdav/index.md)
- [Amazon S3](../protocols/s3/index.md)
- [iRODS](../protocols/irods.md)

### Copying Files Using Download and Upload

[FTP](../protocols/ftp.md) and [SFTP](../protocols/sftp/index.md) do not support a copy operation.
File are copied using either a server-side operation or by downloading and uploading the file.

| **Protocol** | **Server-side Copy Support** | **Download and Upload** |
|:---------------------------------------------------------|:----------------------------:|:-----------------------:|
| [FTP](../protocols/ftp.md) | ||
| [SFTP](../protocols/sftp/index.md) | ||
| [WebDAV](../protocols/webdav/index.md) || |
| [SMB](../protocols/smb.md) || |
| [Nextcloud & ownCloud](../protocols/webdav/nextcloud.md) || |
| [Amazon S3](../protocols/s3/index.md) || |
| [Google Storage](../protocols/googlecloudstorage.md) || |
| [OpenStack Swift](../protocols/openstack/index.md) || |
| [Azure](../protocols/azure.md) || |
| |
| [Microsoft OneDrive](../protocols/onedrive.md) || |
| [Microsoft Sharepoint](../protocols/sharepoint.md) || |
| [Dropbox](../protocols/dropbox.md) || |
| [Google Drive](../protocols/googledrive.md) || |
| [Box](../protocols/box.md) || |
| |
| [Backblaze B2](../protocols/b2.md) || |
| [DRACOON](../protocols/dracoon.md) || |
| [Files.com](../protocols/files.com.md) || |
| [iRODS](../protocols/irods.md) || |
| Local Disk || |

:::{important}
Transfer speed depends on your local connectivity as files are routed through your computer for transfer between the remote servers.
Transfer speed depends on your local connectivity as files are routed through your computer for transfer between the
remote servers.
:::

0 comments on commit f76c001

Please sign in to comment.