abstract:darwin: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
abstract:darwin:transfer [2021-04-28 13:09] – [Common clients for file transfer] anitaabstract:darwin:transfer [2024-04-08 17:01] (current) – [Common clients for file transfer] anita
Line 12: Line 12:
 | **scp**| Recommended for batch script use. | | **scp**| Recommended for batch script use. |
 | **rsync**| Most appropriate for synchronizing the file directories of two systems when only a small fraction \\ of the files have been changed since the last synchronization. | | **rsync**| Most appropriate for synchronizing the file directories of two systems when only a small fraction \\ of the files have been changed since the last synchronization. |
 +| **Globus**| [[https://www.globusonline.org/|Globus]] web browser based and recommended for 'fire and forget' high-performance data transfers between systems within and across organizations.\\ See [[software:globus:globus|Globus]] for more details.|
 | **Rclone**| [[https://rclone.org/|Rclone]] is a command line program to sync files and directories to and from popular cloud storage services. | | **Rclone**| [[https://rclone.org/|Rclone]] is a command line program to sync files and directories to and from popular cloud storage services. |
  
Line 20: Line 21:
 | [[http://filezilla-project.org/download.php?type=client|filezilla]] | Windows, Mac OS X, UNIX, Linux | | [[http://filezilla-project.org/download.php?type=client|filezilla]] | Windows, Mac OS X, UNIX, Linux |
 | [[http://cyberduck.ch/|cyberduck]] | Windows, Mac OS X (command line version for Linux) | | [[http://cyberduck.ch/|cyberduck]] | Windows, Mac OS X (command line version for Linux) |
 +| [[https://www.globusonline.org/|Globus]] | Web browser. See [[software:globus:globus|Globus]] for more details.|
  
-<note warning>For **Windows** clients editing files on Windows desktops and then transferring them back to the cluster, you may find that your file becomes "corrupt" during file transfer process.  The symptoms are very subtle because the file appears to be okay, but in fact contains ''CRLF'' line terminators.  This causes problems when reading the file on a Unix cluster and generates very strange errors. Some examples might be a file used for submitting a batch job such as ''submit.qs'' and one you have used before and know is correct, will no longer work. Or an input file used for ABAQUS like ''tissue.inp'' which has worked many times before produces an error like ''Abaqus Error: Command line option "input" must have a value.''+<note warning>For **Windows** clients editing files on Windows desktops and then transferring them back to the cluster, you may find that your file becomes "corrupt" during file transfer process.  The symptoms are very subtle because the file appears to be okay, but in fact contains ''CRLF'' line terminators.  This causes problems when reading the file on a Linux cluster and generates very strange errors. Some examples might be a file used for submitting a batch job such as ''submit.qs'' and one you have used before and know is correct, will no longer work. Or an input file used for ABAQUS like ''tissue.inp'' which has worked many times before produces an error like ''Abaqus Error: Command line option "input" must have a value.''
  
 Use the utility ''file'' to check for ''CRLF'' line terminators and ''dos2unix'' to fix it, like this below Use the utility ''file'' to check for ''CRLF'' line terminators and ''dos2unix'' to fix it, like this below
Line 47: Line 49:
  
 <code bash> <code bash>
-  scp -r fuelcell traine@darwin.hpc.udel.edu:/home/work/it_css/projects+  scp -r fuelcell traine@darwin.hpc.udel.edu:/lustre/it_css/users/1201/projects
 </code> </code>
  
-copies the ''fuelcell'' directory in your local current working directory into the ''/home/work/it_css/projects'' directory on the DARWIN cluster. The ''/home/work/it_css/projects'' directory on the DARWIN cluster must exist, and ''traine'' must have write access to it.+copies the ''fuelcell'' directory in your local current working directory into the ''/lustre/it_css/users/1201/projects'' directory on the DARWIN cluster. The ''/lustre/it_css/users/1201/projects'' directory on the DARWIN cluster must exist, and ''traine'' must have write access to it.
  
 ===== Copying files from the cluster ===== ===== Copying files from the cluster =====
Line 66: Line 68:
  
 <code bash> <code bash>
-  scp -r traine@darwin.hpc.udel.edu:/home/work/it_css/project/fuelcell  .+  scp -r traine@darwin.hpc.udel.edu:/lustre/it_css/users/1201/projects/fuelcell  .
 </code> </code>
  
Line 91: Line 93:
   ssh -A traine@caviness.hpc.udel.edu   ssh -A traine@caviness.hpc.udel.edu
   cd archive/it_css/project   cd archive/it_css/project
-  scp -r fuelcell traine@darwin.hpc.udel.edu:/home/work/it_css/project/fuelcell+  scp -r fuelcell traine@darwin.hpc.udel.edu:/lustre/it_css/users/1201/projects/fuelcell
 </code> </code>
  
 will copy the directory ''fuelcell'' from Farber to a new ''fuelcell'' directory on DARWIN. will copy the directory ''fuelcell'' from Farber to a new ''fuelcell'' directory on DARWIN.
  
  • abstract/darwin/transfer.1619629797.txt.gz
  • Last modified: 2021-04-28 13:09
  • by anita