ssh2_sftp_rename

PECL ssh2 >= 0.9.0
ssh2_sftp_rename - Rename a remote file
Manual
Code Examples

ssh2_sftp_rename( resource$sftp, string$from, string$to ): bool

Renames a file on the remote filesystem.

Parameters

sftp

An SSH2 SFTP resource opened by ssh2_sftp.

from

The current file that is being renamed.

to

The new file name that replaces from.

Return Values

Returns true on success or false on failure.

Related Functions

Example of ssh2_sftp_rename

Show all examples for ssh2_sftp_rename

PHP Version: