update : 2015.11.03
php.shukuma.com검색:
|
ssh2_scp_send(PECL ssh2 >= 0.9.0) ssh2_scp_send — Send a file via SCP 설명
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. 인수
반환값
성공 시 예제
Example #1 Uploading a file via SCP
<?php |