Kopieren Sie von der Remote nach lokal
scp file.txt [email protected]:/remote/directory
Brave Beetle
scp file.txt [email protected]:/remote/directory
scp -r [email protected]:/path/to/foo /home/user/Desktop/
# Copy from machine a to b
scp -r /path/to/directory user@ipaddress:/path/to/destination
# Copy from machine b to a
scp -r user@ipaddress:/path/to/destination /path/to/directory
scp -r [email protected]:/path/to/foo /
scp -ra /path/to/local/storage [email protected]:/path/to/copy
scp /path/of/your/local/filename username@hostname:/path/to/remote/server/folder