Copy files from a remote Mac
Copy files from a remote Mac
2007/5
NOTE: To use SCP you must have SSH activated
scp <source> <destination>
# copy to the users desktop
scp file1.txt file2.txt username@remotehost.com:~/Desktop
# copy an application (a directory)
scp -r "Server Monitor.app" username@remotehost.com:/Applications
OSX: Secure Copy (SCP)
5/27/07
It is very annoying that ARD cannot copy files from a server:
The solution is to perform a secure copy from a remote machine.