DivineOmega/php-ssh-connection

Add SCP support

DivineOmega opened this issue · 0 comments

Implement upload and download of files via SCP.

  • $connection->upload($localPath, $remotePath) using scp-send
  • $connection->download($remotePath, $localPath) using scp-recv