FTP Server Registry Settings (Windows CE 5.0)
The registry stores information necessary to configure the system for applications and hardware devices. The registry also contains information that the operating system continually references during operation.
Note The default registry values vary depending on which Catalog items are included in your OS design. For more information, see Default Registry Settings.
The following table shows the default registry settings for HKEY_LOCAL_MACHINE\COMM\FTPD that are included when the FTP server is added to your OS design.
Value : type | Description |
---|---|
AllowAnonymous : REG_DWORD | Default set to 1. Possible values are 0 (false) or 1 (true).
Determines whether the server will allow anonymous access.
|
AllowAnonymousUpload : REG_DWORD | Default set to zero (0). Possible values are 0 (false) or 1 (true).
Determines whether authorization is required to upload files to the server, delete files from the server, and rename files.
|
AllowAnonymousVroots : REG_DWORD | Default set to zero (0). Possible values are 0 (false) or 1 (true).
Specifies whether access to virtual roots is granted or denied to anonymous users.
|
AllowLowPortValues : REG_DWORD | Default set to false (0). Possible values are 0 (false) or 1 (true). If this value is set to false, all PORT commands requesting a port equal to or lesser than 1023 will be rejected. If this key is set to true, low ports will be allowed. |
DefaultDir : REG_SZ | Default root directory. Directory and subdirectories of this key are accessible remotely. If this value is not set in the registry, the default is \Temp. |
IsEnabled : REG_DWORD | Default set to 1. Possible values are 0 (false) or 1 (true).
Determines whether or not the server will accept incoming connections. This value is typically used to keep the server disabled at boot time. |
UserList : REG_MULTI_SZ | Provides a comma-separated list of allowed users.
|
See Also
FTP Server OS Design Development
Send Feedback on this topic to the authors