Buradasın
SSH File Transfer Guide
blog.tericcabrel.com/copy-files-server-over-ssh/Yapay zekadan makale özeti
- Prerequisites
- UNIX system (Linux or MacOS) required
- SSH client needed for Windows users
- Remote server needed for file transfers
- File Transfer Methods
- SCP command used for local to remote transfers
- SSH key authentication available for secure transfers
- Remote to local transfers possible using SSH key
- Directory copying supported with -r option
- Use Cases
- Backup application data between servers
- Deploy application source code
- Pull logs from production servers
- Update application configuration files
- Important Notes
- ~ symbol represents remote server home folder
- $HOME cannot be used as it's interpreted as local
- Authentication requires username-password or SSH key
- Progress meter can be disabled with -q option