Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For folks with Mac or Linux laptops (or running Windows Subsystem for Linux, or a Command window with scp available):

  • Open a Terminal window on your local computer
  • cd to the directory where you want the files
  • Type something like following, substituting your user name and absolute path:
Code Block
languagebash
titleExecute this on your laptop
scp abattenh@stampede2.tacc.utexas.edu:/scratch/01063/abattenh/core_ngs/fastq_prep/small_fastqc.html .

For other Windows users , you can use the free WinSCP program: https://winscp.net/eng/index.php. Or you can

Using pscp.exe on Windows

You can also use pscp.exe, a remote file copy program that should have been installed with PuTTY (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html).

To use it pscp.exe, first open a Command window (Start menu, search for Cmd Command). Then in the Command window, see if it is on your Windows %PATH% by just typing the executable name:

...