SCP: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2024

  • curprev 14:2414:24, 11 September 2024Ardika Sulistija talk contribs 810 bytes +810 Created page with " <B>SCP</B> - Secure copy (remote file copy program) ---- Examples: # Copy files from current directory in local machine to remote host: scp -i "/home/ardika/.ssh/main_ardika_vm_key" ec2_instance.sh num_files_dir.sh subnet_script.sh subnet_script_v2.sh ardika@3.83.174.147:git_scripts # Copy files from remote host directory to local machine: scp -i "~/.ssh/ireland_key" ec2-user@54.216.87.247:~/packetcap.pcap ~/Downloads/ ====Use SCP to download/upload file fr..."