How To Copy Files Between Machines Using SSH Access
How To Copy Files Between Machines Using SSH Access
hbayraktar.medium.com/how-to-copy-files-between-machines-using-ssh-access-60fac1eddb8e
Securely transferring files between a local machine and a remote server is a common need,
and the scp (secure copy) command simplifies this process by leveraging SSH (Secure
Shell) for secure file transfers.
For Ubuntu/Debian:
For CentOS/RHEL:
For macOS:
1/3
Examples of SCP Usage
This pattern will copy files that match the specified pattern, such as dosya1, dosya2, and
others.
example:
example:
2/3
example:
By following these scp commands, you can efficiently and securely transfer files and
directories between local and remote locations, offering convenience and flexibility in
managing your data across systems.
3/3