...
Go to the directory where you want your files to be or where you want to copy from.
Type
Code Block | ||
---|---|---|
| ||
pwd |
This gives the absolute path to your directory. It might start with "home" or "work" depending on what directory you're in.
Mac/Linux
Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Transferring files to LonestarOn your computer's side: Go to the directory where you want to copy files from.
Replace the "/home/.../" with the "pwd" information obtained earlier. This command would transfer "stuff.fastq" in your current directory to a specified directory on Lonestar. Transferring files from LonestarOn your computer's side: Go to the directory where you want to copy files to.
Replace the "/home/..." with the "pwd" information obtained earlier. This command would transfer "stuff.fastq" from the specified directory on Lonestar to your current directory on your computer. Copying DirectoriesSometimes you may want to transfer more than one file. If you wanted to transfer a directory, use the -r option like so:
You can also transfer directories from Lonestar in the same manner:
|
Windows
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
SSH Secure File Transfer (Windows) is available as part of the SSH Secure Shell client which can be downloaded from Bevoware.
|
...