abstract:farber:transfer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
abstract:farber:transfer [2018-03-20 22:02] – [Common clients for file transfer] sraskarabstract:farber:transfer [2018-05-23 11:53] – [Copying files from Farber] anita
Line 1: Line 1:
-====== Transferring files ======+====== Transferring files to/from Farber ======
  
-//This section uses the wiki's [[:#documentation-conventions|documentation conventions]].//+//The following sections use the wiki's [[:#documentation-conventions|documentation conventions]].//
  
 <note important>Be careful about modifications you make to your startup files (e.g. ''.bash*''). Commands that produce output such as VALET commands may cause your file transfer command or application to not work. Log into the cluster with ''ssh'' to check what happens during login, and modify your startup files accordingly to remove any commands which are producing output and try again.</note> <note important>Be careful about modifications you make to your startup files (e.g. ''.bash*''). Commands that produce output such as VALET commands may cause your file transfer command or application to not work. Log into the cluster with ''ssh'' to check what happens during login, and modify your startup files accordingly to remove any commands which are producing output and try again.</note>
Line 33: Line 33:
   * **rsync -e 'hpn-ssh -c arcfour'**   * **rsync -e 'hpn-ssh -c arcfour'**
  
-This option is **not** available for the [[general/connect/putty-command-line|PuTTY command line mode]] unless you use a saved session with your encryption cipher selection policy set to Arcfour (SSH-2 only) at the top of the list.+This option is **not** available for the [[abstract:farber:system_access:windows|PuTTY command line mode]] unless you use a saved session with your encryption cipher selection policy set to Arcfour (SSH-2 only) at the top of the list.
 </note> </note>
  
Line 62: Line 62:
  
 <code bash> <code bash>
-  scp -c arcfour -r fuelcell traine@mills.hpc.udel.edu:/archive/it_css/projects+  scp -c arcfour -r fuelcell traine@farber.hpc.udel.edu:/home/work/it_css/projects
 </code> </code>
  
-copies the ''fuelcell'' directory in your local current working directory into the ''/archive/it_css/projects'' directory on the Mills cluster. The ''/archive/it_css/projects'' directory on the Mills cluster must exist, and ''traine'' must have write access to it.+copies the ''fuelcell'' directory in your local current working directory into the ''/home/work/it_css/projects'' directory on the Farber cluster. The ''/home/work/it_css/projects'' directory on the Farber cluster must exist, and ''traine'' must have write access to it.
  
 ===== Copying files from the cluster ===== ===== Copying files from the cluster =====
Line 81: Line 81:
  
 <code bash> <code bash>
-  scp -c arcfour -r traine@mills.hpc.udel.edu:/archive/it_css/project/fuelcell  .+  scp -c arcfour -r traine@farber.hpc.udel.edu:/home/work/it_css/project/fuelcell  .
 </code> </code>
  
-will copy the directory ''fuelcell'' on the Mills cluster into a new ''fuelcell'' directory in your local system's current working directory. (Note the final period in the command.) +will copy the directory ''fuelcell'' on the Farber cluster into a new ''fuelcell'' directory in your local system's current working directory. (Note the final period in the command.)
 ===== Copying files between clusters ===== ===== Copying files between clusters =====
  
Line 111: Line 110:
  
 will copy the directory ''fuelcell'' from Mills to a new ''fuelcell'' directory on Farber. will copy the directory ''fuelcell'' from Mills to a new ''fuelcell'' directory on Farber.
- 
  
  • abstract/farber/transfer.txt
  • Last modified: 2021-12-01 11:10
  • by anita