Set LAN Encryption
# Set LAN Encryption
Path:
/api/http_verification
Method: PUT
Content-type: application/json; charset=utf-8
API Description: This can be used to enable or disable LAN encryption and set the account and password.
Note: Once USB encryption is enabled, LAN encryption cannot be disabled.
Request
Name | Type | Example | Description |
---|---|---|---|
http_ftp_verification | String | 1 | On/Off status of LAN encryption, where 1: On, 0: Off |
http_ftp_username | String | admin | Account |
http_ftp_password | String | Console123@ | Password |
Example:
{
"http_ftp_verification":"1",
"http_ftp_username":"admin",
"http_ftp_password":"Console123@"
}