Answers for "transfer files to cluster"

1

transfer files to cluster

scp ./file.txt clustername:destination/path/
# If you want to copy a folder use:
scp -r clustername:path/to/folder .
Posted by: Guest on October-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language