Sets the permissions of the specified remote files. Not all FTP servers support this operation.
SetMultipleFilesPermissions(String, FtpFilePermissions, Boolean, SearchCondition) | Sets the permissions of the specified remote files. Not all FTP servers support this operation. |
SetMultipleFilesPermissions(String, String, Boolean, SearchCondition) | Sets the permissions of the specified remote files. Not all FTP servers support this operation. |
SetMultipleFilesPermissions(String, Int32, Boolean, SearchCondition) | Sets the permissions of the specified remote files. Not all FTP servers support this operation. |
SetMultipleFilesPermissions(String, String, Boolean, Boolean, SearchCondition) | Sets the permissions of the specified remote files. Not all FTP servers support this operation. |
SetMultipleFilesPermissions(String, IEnumerable, String, Boolean, Boolean, SearchCondition) | Sets permissions of multiple files at once. |
Top