ssh2_scp_send
Send a file via SCP
Description
boolssh2_scp_send
resourcesession
stringlocal_file
stringremote_file
intcreate_mode
Copy a file from the local filesystem to the remote server using the SCP protocol.
The file will be created with the mode specified by create_mode.
Uploading a file via SCP
]]>
See Also:
ssh2_scp_recv, and
copy