From remote host to local host
$ scp your_username@remotehost.edu:/some/remote/directory/\{a,b,c\} .
From local host to remote host
$ scp -r foo your_username@remotehost.edu:/some/remote/directory/bar
These commands were wimple extracted from the elaborate guide http://www.hypexr.org/linux_scp_help.php
$ scp your_username@remotehost.edu:/some/remote/directory/\{a,b,c\} .
From local host to remote host
$ scp -r foo your_username@remotehost.edu:/some/remote/directory/bar
These commands were wimple extracted from the elaborate guide http://www.hypexr.org/linux_scp_help.php
Comments
Post a Comment