Changes filesystem permissions.
WP_Filesystem_SSH2::touch
Sets the access and modification times of a file.
WP_Filesystem_SSH2::chown
Changes the owner of a file or directory.
WP_Filesystem_SSH2::mkdir
Creates a directory.
Advertisement
WP_Filesystem_SSH2::__construct
Constructor.
WP_Filesystem_SSH2::connect
Connects filesystem.
WP_Filesystem_SSH2::run_command
WP_Filesystem_SSH2::get_contents
Reads entire file into a string.
Advertisement
WP_Filesystem_SSH2::get_contents_array
Reads entire file into an array.
WP_Filesystem_SSH2::put_contents
Writes a string to a file.
WP_Filesystem_SSH2::cwd
Gets the current working directory.
WP_Filesystem_SSH2::chdir
Changes current directory.
Advertisement
WP_Filesystem_Base::wp_plugins_dir
Returns the path on the remote filesystem of WP_PLUGIN_DIR.
WP_Filesystem_Base::wp_themes_dir
Returns the path on the remote filesystem of the Themes Directory.
WP_Filesystem_Base::find_folder
Locates a folder on the remote filesystem.