diff --git a/cyberduck/copy.md b/cyberduck/copy.md index 29a0c012..2905dc53 100644 --- a/cyberduck/copy.md +++ b/cyberduck/copy.md @@ -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. :::