PHP Functions : Secure Shell2 Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Secure Shell Functions
Help URL: http://www.php.net/manual/en/ref.ssh2.php


Items Related to Secure Shell2 Functions

Inner Elements of Secure Shell2 Functions

Secure Shell2 Functions contains following items:
  • ssh2_auth_hostbased_file (ssh auth hostbased file)
  • ssh2_auth_none (ssh auth none)
  • ssh2_auth_password (ssh auth password)
  • ssh2_auth_pubkey_file (ssh auth pubkey file)
  • ssh2_connect (ssh connect)
  • ssh2_exec (ssh exec)
  • ssh2_fetch_stream (ssh fetch stream)
  • ssh2_fingerprint (ssh fingerprint)
  • ssh2_methods_negotiated (ssh methods negotiated)
  • ssh2_publickey_add (ssh publickey add)
  • ssh2_publickey_init (ssh publickey init)
  • ssh2_publickey_list (ssh publickey list)
  • ssh2_publickey_remove (ssh publickey remove)
  • ssh2_scp_recv (ssh scp recv)
  • ssh2_scp_send (ssh scp send)
  • ssh2_sftp_lstat (ssh sftp lstat)
  • ssh2_sftp_mkdir (ssh sftp mkdir)
  • ssh2_sftp_readlink (ssh sftp readlink)
  • ssh2_sftp_realpath (ssh sftp realpath)
  • ssh2_sftp_rename (ssh sftp rename)
  • ssh2_sftp_rmdir (ssh sftp rmdir)
  • ssh2_sftp_stat (ssh sftp stat)
  • ssh2_sftp_symlink (ssh sftp symlink)
  • ssh2_sftp_unlink (ssh sftp unlink)
  • ssh2_sftp (ssh sftp)
  • ssh2_shell (ssh shell)
  • ssh2_tunnel (ssh tunnel)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home