Hi all,
I am currently using the ftp functions ([man]ftp_connect[/man]) in PHP to send files to another server, which works great. However, does anyone know if PHP has support for handling SCP/SSH connections with file transfers?
I normally use WinSCP from Windows to send files back and forth via SCP/SFTP but wondered if the same can be done via code in PHP either inbuilt or through a plugin/module.