
The methods below are used to retrieve information about or change a user's transfer limits.
Identifying the SFTP Authentication Type (GetSFTPAuthenticationType)
Specifying the SFTP Authentication Type for the Client (SetSFTPAuthenticationType)
Identifying the SSL Authentication Type (GetSSLAuthenticationType)
Specifying the SSL Authentication Type (SetSSLAuthenticationType)
Determining if a User has a Transfer Speed Limit (GetHasMaxSpeed)
Determining the Maximum Allowed Transfer Speed (GetMaxSpeed)
Determining if a User has a Download Size Limit (GetHasMaxDownloadSize)
Enabling a User's Download Size Limit (SetHasMaxDownloadSize)
Retrieving a User's Download Size Limit (GetMaxDownloadSize)
Specifying the Maximum File Size a User is Permitted to Download (SetMaxDownloadSize)
Determining if a User has a Download per Session Limit (GetHasDownloadsPerSession)
Enabling a User's Downloads-per-Session Limit (SetHasDownloadsPerSession)
Retrieving a Download per Session Limit (GetDownloadsPerSession)
Specifying the Maximum Number of Downloads a User is Permitted per Session (SetDownloadsPerSession)
Determining if a User has an Upload Size Limit (GetHasMaxUploadSize)
Determining if a User has an Upload per Session Limit (GetHasUploadsPerSession)
Enabling a User's Uploads-per-Session Limit (SetHasUploadsPerSession)
Specifying the Maximum File Size a User is Permitted to Upload (SetMaxUploadSize )
Retrieving a User's Upload per Session Limit (GetUploadsPerSession)
Specifying the Maximum Number of Uploads a User is Permitted per Session (SetUploadsPerSession)
Viewing Whether Account Lockout is Enabled for a User (GetLockoutNotDisabled)
Specifying Number of Login Attempts Allowed (SetLimitLoginAttempts)
Retrieving Number of Login Attempts Allowed (GetLimitLoginAttempts)
Determining Number of Connections Allowed from Same IP (GetMaxIPs)
Specifying the Maximum Connections for IP Addresses (SetMaxIPs)
Determining the Maximum Concurrent Connections Allowed per User (GetMaxUsers)
Specifying the Maximum Connections Allowed per User (SetMaxUsers)
Determining if the Number of Concurrent Connections is Limited for Users (GetHasMaxUsers)
Determining How Long a Connection can be Inactive (GetTimeOut)