-
-
Notifications
You must be signed in to change notification settings - Fork 656
File Permissions
Robin Rodricks edited this page Jun 14, 2023
·
5 revisions
Tip: For detailed documentation refer to the IntelliSense tips that appear when you call a given API method.
Standard commands supported by most servers
-
GetChmod() - Gets the CHMOD permissions of the file/folder, or 0 if not found.
-
GetFilePermissions() - Gets the permissions of the given file/folder as an FtpListItem object with all "Permission" properties set, or null if not found.
Only supported by UNIX FTP servers which have the CHMOD extension installed and enabled.
-
Chmod() - Modifies the permissions of the given file/folder, given the CHMOD value.
-
SetFilePermissions() - Modifies the permissions of the given file/folder, given seperate owner/group/other values (
FtpPermission
enum).
- Auto Connection
- Auto Reconnection
- FTP(S) Connection
- FTP(S) Connection using GnuTLS
- FTPS Proxies
- Custom Servers
- Custom Commands
- v40 Migration Guide