Data Transfer/All Data Transfer Routes: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
(created page)
 
m (corrected links)
Line 81: Line 81:
| ssh
| ssh
| Interactive shell for copying data
| Interactive shell for copying data
| [[Data_Transfer/SFTP#MacOS_&_Linux|✓]]
| [✓](sftp-linux-mac)
| [[Data_Transfer/SFTP#MacOS_&_Linux|✓]]
| [✓](sftp-linux-mac)
| [[Data_Transfer/SFTP#Windows|✓]]
| [[✓]](sftp-windows)
| ✓
| ✓
| ✓
| ✓
Line 140: Line 140:
| none
| none
| Mapping of a network drive
| Mapping of a network drive
| [[SDS@hd/Access/SMB#Linux|L]]
| [[✓]](smb-linux)
| ✓
| ✓
| ✓
| ✓
Line 146: Line 146:
| ☓
| ☓
| ☓
| ☓
| ✓ ([[SDS@hd/Access/SMB#Mac|M]], [[SDS@hd/Access/SMB#Windows|W]])
| ✓ ([M](smb-mac), [W](smb-windows))
|-
|-
| [[SDS@hd/Access/NFS#Using_NFSv4_for_UNIX_client|nfs]]
| [[SDS@hd/Access/NFS#Using_NFSv4_for_UNIX_client|NFSv4]]
| none
| none
| One-time installation effort (Kerberos, ID mapping). For servers, microscopes, multi-user environments, ...
| One-time installation effort (Kerberos, ID mapping). For servers, microscopes, multi-user environments, ...
Line 157: Line 157:
| ☓
| ☓
| ☓
| ☓
| ✓
|-
| [[Data_Transfer/SFTP|sftp]]
| ssh
| Interactive shell for copying data
| [[Data_Transfer/SFTP#MacOS_&_Linux|✓]]
| [[Data_Transfer/SFTP#MacOS_&_Linux|✓]]
| [[Data_Transfer/SFTP#Windows|✓]]
| ✓
| ✓
| ✓
| ✓
| ✓
|}
|}
Line 196: Line 185:
| SDS@hd
| SDS@hd
|-
|-
| [[Data_Transfer/MobaXterm|MobaXterm]]
| [[Data_Transfer/Graphical_Clients#MobaXterm|MobaXterm]]
| SSH, RSync, SFTP
| SSH, RSync, SFTP
|
|
Line 204: Line 193:
| ☓
| ☓
| ☓
| ☓
| ✓ [[Data_Transfer/MobaXterm|( W )]]
| ✓ [[Data_Transfer/Graphical_Clients#MobaXterm|( W )]]
| ✓
| ✓
|-
|-
| [[Data_Transfer/WinSCP|WinSCP]]
| [[Data_Transfer/Graphical_Clients#WinSCP|WinSCP]]
| SFTP, WebDAV, SCP
| SFTP, WebDAV, SCP
|
|
Line 218: Line 207:
| ✓
| ✓
|-
|-
| [[Data_Transfer/Filezilla|Filezilla]]
| [[Data_Transfer/Graphical_Clients#Filezilla|Filezilla]]
| SFTP
| SFTP
|
|
Line 229: Line 218:
| ✓
| ✓
|-
|-
| Cyberduck
| [https://cyberduck.io/ Cyberduck]
| SFTP, WebDAV
| SFTP, WebDAV
|
|

Revision as of 02:33, 3 December 2024

This page is work in progress. To discover more relevant subpages, please come back at a later timepoint.

All Data Transfer Routes

The following tables provide a full overview on the various transfer options depending on the system that you are coming from and the system you want to transfer your data to. The recommended options are marked in the table with W(indows)/M(acOS)/L(inux) added next to the '✓' sign.
'[✓]' means that this option is possible but might be the worst choice of the given ones.

Copy and Sync via commandline

Network protocol Underlying network protocol Description/When to use Executable on Transfer from/to
Linux Mac Windows bwUni Cluster bwFor Cluster bwHPC Cluster SDS@hd
WebDav via Rclone http(s) Needs installation. Multithreaded. Works on two completely remote locations as well. Transfers whole files.
sftp via Rclone ssh see above [✓]
rsync ssh Synchronization of data. One side must be a local drive. Can spot differences in files and transfer only the changes. [✓]
scp ssh For copying data [✓]
sftp ssh Interactive shell for copying data

Mounting via commandline

Network protocol Underlying protocol Description/When to use Executable on Transfer from/to
Linux Mac Windows bwUniCluster bwForCluster bwHPC cluster SDS@hd
WebDAV via Rclone mount http(s) Needs installation
sshfs see sftp ( L, M )
smb none Mapping of a network drive L ✓ (M, W)
NFSv4 none One-time installation effort (Kerberos, ID mapping). For servers, microscopes, multi-user environments, ...

Graphical User Interfaces (GUIs)

GUIs Underlying protocols Description/When to use Executable on Transfer from/to
Linux Mac Windows bwUniCluster bwForCluster bwHPC cluster SDS@hd
MobaXterm SSH, RSync, SFTP ( W )
WinSCP SFTP, WebDAV, SCP
Filezilla SFTP
Cyberduck SFTP, WebDAV
WebDAV via browser WebDAV download single files