|
ssh2_scp_sendSend a file via SCP Description
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. Parameters
Return Values
Returns Examples
Example #1 Uploading a file via SCP
<?php See Also
|