By reporting abuse, a moderator will be asked to review the content of this interaction to take further action, if necessary.
FileManagerRootFolder root = new FileManagerRootFolder(); root.Name = "<name>"; root.Location = "Path={<physical path>}; " + "User Name={<username>}; " + "Password={<password>}"; FileManagerAccessControl access = new FileManagerAccessControl(); access.Path = "\\"; access.Quota = new GleamTech.FileUltimate.AspNet.UI.ByteSizeValue(62914560); // 60MB access.AllowedPermissions = FileManagerPermissions.Full; root.AccessControls.Add(access); fileManager.RootFolders.Add(root);
Fixed: In some cases, root folder quota was not respected, and chunks continued to be uploaded.A file that exceeds quota, will be rejected as expected.
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.
A code was sent to the recovery email address. Please provide the 6-digit code.
A code can be retrieved from your authenticator app. Please provide the 6-digit code.
An email was sent to your recovery email address. If you need further assistance, please contact your system admin.