From 215481e808de7f61526cb16ce2dabe0edbaabaf8 Mon Sep 17 00:00:00 2001 From: xc1-hub Date: Fri, 26 Jun 2026 12:00:33 -0600 Subject: [PATCH 1/2] Added info about local terminal --- transfer_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transfer_data.md b/transfer_data.md index a15c076..6d0db9d 100644 --- a/transfer_data.md +++ b/transfer_data.md @@ -17,7 +17,7 @@ FileZilla is available for both Windows and Unix systems, whereas WinSCP is Wind ### Command-line interface (CLI) options -For larger files, it is recommended that you use one of several programs implemented as a command-line interface. These programs have several benefits over their GUI-based counterparts, including higher transfer speeds and the ability to resume a transfer if it is interrupted, without having to restart from the beginning. Below are two popular options with example commands and links for more advanced usage. +For larger files, it is recommended that you use one of several programs implemented as a command-line interface. These programs have several benefits over their GUI-based counterparts, including higher transfer speeds and the ability to resume a transfer if it is interrupted, without having to restart from the beginning. This kind of file transfer must be done from a local terminal. This means if you are remotely logged into a cluster, you will need to open a new local terminal to complete the file transfer. Below are two popular options with example commands and links for more advanced usage. #### Secure Copy (SCP) From 57f428ca9b2090a68e3b2f503ee6410424ea4c31 Mon Sep 17 00:00:00 2001 From: xc1-hub Date: Fri, 26 Jun 2026 12:04:22 -0600 Subject: [PATCH 2/2] Update transfer_data.md --- transfer_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transfer_data.md b/transfer_data.md index 6d0db9d..ce00f28 100644 --- a/transfer_data.md +++ b/transfer_data.md @@ -17,7 +17,7 @@ FileZilla is available for both Windows and Unix systems, whereas WinSCP is Wind ### Command-line interface (CLI) options -For larger files, it is recommended that you use one of several programs implemented as a command-line interface. These programs have several benefits over their GUI-based counterparts, including higher transfer speeds and the ability to resume a transfer if it is interrupted, without having to restart from the beginning. This kind of file transfer must be done from a local terminal. This means if you are remotely logged into a cluster, you will need to open a new local terminal to complete the file transfer. Below are two popular options with example commands and links for more advanced usage. +For larger files, it is recommended that you use one of several programs implemented as a command-line interface. These programs have several benefits over their GUI-based counterparts, including higher transfer speeds and the ability to resume a transfer if it is interrupted, without having to restart from the beginning. This kind of file transfer must be done from a local terminal. This means if you are remotely logged into a CARC machine, you will need to open a new local terminal to complete the file transfer. Below are two popular options with example commands and links for more advanced usage. #### Secure Copy (SCP)