File: wp-admin/includes/class-wp-filesystem-ssh2.php
-
Gets the ssh2.sftp PHP stream wrapper path to open for the given file.
Used by 14 functions | Uses 0 functions | Source: wp-admin/includes/class-wp-filesystem-ssh2.php:200 -
Checks if a file is readable.
-
Checks if a file or directory is writable.
-
Gets the file’s last access time.
-
Gets the file modification time.
-
Gets the file size (in bytes).
-
Sets the access and modification times of a file.
-
Creates a directory.
-
Deletes a directory.
-
Checks if a file or directory exists.
-
Gets details for files in a directory or a specific file.
Used by 2 functions | Uses 10 functions | Source: wp-admin/includes/class-wp-filesystem-ssh2.php:770 -
Checks if resource is a file.
-
Checks if resource is a directory.
-
Changes the owner of a file or directory.
-
Constructor.
-
Gets the file owner.
-
Connects filesystem.
-
Gets the permissions of the specified file or filepath in their octal format.
-
-
Gets the file’s group.
-
Reads entire file into a string.
-
Copies a file.
-
Reads entire file into an array.
-
Moves a file or directory.
-
Writes a string to a file.
-
Deletes a file or directory.
-
Gets the current working directory.
-
Changes current directory.
-
Changes the file group.
-
Changes filesystem permissions.