-
-
Couldn't load subscription status.
- Fork 679
File Permissions
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 (
FtpPermissionenum).
- Auto Connection
- Auto Reconnection
- FTP(S) Connection
- FTP(S) Connection using GnuTLS
- FTPS Proxies
- Custom Servers
- Custom Commands
- v40 Migration Guide