Home
last modified time | relevance | path

Searched refs:ftpChmod (Results 1 – 7 of 7) sorted by relevance

/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/joomla/filesystem/src/
H A DHelper.php129 public static function ftpChmod($url, $mode) function in Joomla\\Filesystem\\Helper
H A DStream.php891 $res = Helper::ftpChmod($filename, $mode);
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Filesystem/
H A DFilesystemHelper.php127 public static function ftpChmod($url, $mode) function in Joomla\\CMS\\Filesystem\\FilesystemHelper
H A DStream.php868 $res = FilesystemHelper::ftpChmod($filename, $mode);
/dports/ftp/weex/weex-2.8.3/src/
H A Dftplib.h81 #define ftpChmod(x, y) FtpChmod(x, y, DefaultNetbuf) macro
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/ftp/
H A Dftp.h340 bool ftpChmod(const QString &path, int permissions);
H A Dftp.cpp1137 (void)ftpChmod(path, permissions); in mkdir()
1212 bool FtpInternal::ftpChmod(const QString &path, int permissions) in ftpChmod() function in FtpInternal
1247 if (!ftpChmod(url.path(), permissions)) { in chmod()
2128 if (!ftpChmod(dest_orig, permissions)) { in ftpPut()