You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Br,
Gilles
The text was updated successfully, but these errors were encountered: