Copy file from server using “scp” command Posted on September 27, 2024 by Ahsan Habib root@localhost#scp -P <file.pcap> habib@10.10.10.1:/tmp/ From the localhost to 10.10.10.1 in tmp directory.