1. Copy from local host to remote host
scp /path/to/source-file user@remotehost:/path/to/destination-folder/
2. Copy from remote host to local host
scp username@remotehost:filename /some/local/folder
3. Copy from remote host to remote host
scp username@remotehost1:/some/remote/folder/filename \ username@remotehost2:/some/remote/folder/
Artikel Terkait :
- [Oracle EBS] Query Period Status
- [Oracle EBS] Query To Find Application Name And Short Name
- [Linux] Upgrade PHP 5 to PHP 7 using Yum on Oracle RHEL 6.3 Santiago
- [Linux] Install php-mbstring On ORHEL 6.3
- [Linux] SSL Certificates, Private Keys and CSRs with OpenSSL
- [Linux] Transfer Files Or Folder Using SCP
- [Linux] Unicode Support CentOS 5.5, PHP And PCRE
- [Oracle EBS] ORA-01591 In-Doubt Transactions
- [Oracle EBS] Query to list Reports assigned to a Responsibility
0 comments:
Post a Comment