Developer How to
Yii, Jquery, PHP, Developer stuffs
Wednesday, 5 June 2013
Send file via sftp using PHP
Download and enable php_ssh2 extension for php
http://downloads.php.net/pierre/
$connection=@ssh2_connect("host", 22);
@ssh2_auth_password($connection,"username","pass");
ssh2_scp_send($connection, 'file', 'file', 0644);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)