Open
Description
Hi,
I have added 'chmod' feature on sftp (due after send, to execute script), I don't know the process to pull an update of the code, so it's only in sftp.php:
/**
* Creates a directory
*
* @param string $filename The filename to resolve
* @param int $mod The permissions on the new filename
*
* @return Boolean
*/
public function chmod($filename, $mod = 0600)
{
return ssh2_sftp_chmod($this->getResource(), $filename, $mod);
}
Br,
Gilles
Metadata
Metadata
Assignees
Labels
No labels