- To copy a file file.dat from aster to math department machine use command:
scp file.dat yourname@math.fsu.edu:/path...
where /path... is the path to the directory where the file is to be copied to
To copy a file file.dat from math department machine to aster type:
scp yourname@math.fsu.edu:/path.../file.dat .
-- this command will copy file.dat from /path... directory into the current directory on aster
- To copy a folder from aster to math department machine use command:
scp -r yourfoldername yourname@math.fsu.edu:/path.../.
where /path... is the path to the directory where yourfoldername is to be copied to
To copy a folder from math department machine to aster type:
scp -r yourname@math.fsu.edu:/path.../yourfoldername .
Back to Aster Q/A