To transfer files between your computer and another system (e.g., grace.umd.edu) you can use the utilities below.
scp -r terpito@grace.umd.edu:~/216public/projects/project1 .In the following example, we are transfering a folder to the ~/216 folder as follows:
scp -r sample_folder nelson@grace.umd.edu:~/216In both examples above, you can drop the -r option if you are transferring a single file.