- SCP (Secure Copy): Secure file transfer using the SSH protocol.
- SFTP is a secure file transfer protocol based on the SSH protocol.
- Rsync is a tool used for quickly syncing files and directories.
- FTP, short for File Transfer Protocol, is a traditional file transfer protocol that is considered insecure and generally not recommended for use.
- TFTP, short for Trivial File Transfer Protocol, is used for transferring files within a local area network.
- SCP is a file transfer protocol similar to SSH.
- Wget: a tool used to download files from the web.
- Curl: A tool that performs various operations on network transfers.
✖