Lines Matching +full:server -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

150      * Extensions supported by the server
158 * Server SFTP version
166 * Default Server SFTP version
292 * passed on to the remote server.
322 * in cases where the server chooses the packet length (such as
351 * Connects to an SFTP server
570 $command = "test -x /usr/lib/sftp-server && exec /usr/lib/sftp-server\n" .
571 "test -x /usr/local/lib/sftp-server && exec /usr/local/lib/sftp-server\n" .
572 "exec sftp-server";
635 Given that the server only sends its version number after the client has already done so, the above
641 "If the server did not send the "versions" extension, or the version-from-list was not included, the
642 server MAY send a status response describing the failure, but MUST then close the channel without
646 a server whose initial SSH_FXP_VERSION reply says it implements v4 and only v4? If it only implements
818 * Canonicalize the Server-Side Path Name
1614 implementation at the client or server, the use of UTF-8 strings has
1616 This will allow for a client and server that do not use the same
1619 translation available to the client or server, the attribute value
1771 * Recursively sets information on directories on the SFTP server
1920 When OpenSSH's sftp-server was implemented, the order of the arguments
1922 the reversal was not noticed until the server was widely deployed. Since
2058 * Uploads a file to the SFTP server.
2345 * Downloads a file from the SFTP server.
2510 * Deletes a file on the SFTP server.
2566 * Recursively deletes directories on the SFTP server
2955 * Renames a file or a directory on the SFTP server.
3166 // exact meaning of this field depends on the server.