|
ssh2_scp_sendSend a file via SCP Beschreibung
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. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 Uploading a file via SCP
<?phpSiehe auch
|