Posts tagged with ‘scp command’

Secure file transfer thru scp in Mac and Linux

advertisement

If you do not have SFTP, you might wan to consider using SCP for secure file transfer. SCP (means secure copy) means secure file transfer thru secure shell (SSH) channel. Thru ssh channel, data packet will be transfer in encrypted form and this will secure your file transfer process.

Below is the scp example for secure file transfer under Mac and Linux:-

Continue reading Secure file transfer thru scp in Mac and Linux »