ssh2_sftpInitialize SFTP subsystem
&reftitle.description;
resourcessh2_sftpresourcesession
Request the SFTP subsystem from an already connected SSH2 server.
&reftitle.parameters;
session
An SSH connection link identifier, obtained from a call to
ssh2_connect.
&reftitle.returnvalues;
This method returns an SSH2 SFTP resource for use with
all other ssh2_sftp_*() methods and the
ssh2.sftp:// fopen wrapper.
&reftitle.examples;
Opening a file via SFTP
]]>
&reftitle.seealso;
ssh2_scp_recvssh2_scp_send