Hello...
I know the only way to copy files to remote server in PHP is by using the built-in FTP function. But, my client doesn't want it to be FTP. Because of security reason, FTP-ing files is not secure enough. I need to create a PHP script to transfer some html files to my client's web server.
My question is, is there another way to transfer files to remote server other than using FTP function? Its just like using scp (secure copy) or else...?
😕