what is more secure -- Data transfer using socket programming OR SSH/SCP/FTP
- by Octopus
I am still learning socket programming (using Perl) but I have both options ( socket programming and SSH/SCP/FTP) available to transfer the data from remote machines to my local servers.
But I have to select one which is more secure in terms of data transfer. Any suggestions.