ssh2_scp_send

 bool ssh2_scp_send ( resource $session , string $local_file , string $remote_file [, int $create_mode = 0644 ] ) 

説明

Copy a file from the local filesystem to the remote server using the SCP protocol.

戻り値

Returns TRUE on success or FALSE on failure.