Transfer file ke cluster

scp ./file.txt clustername:destination/path/
# If you want to copy a folder use:
scp -r clustername:path/to/folder .
Real Raccoon