FileServerSettings.FtpAllowListOptions Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
FtpAllowListOptions
Gets or sets a value indicating whether the 'LIST' command allows options (such as '-a'). If set to false, the 'LIST -a' command will try to list directory named '-a'. Default is true.
Declaration
public bool FtpAllowListOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Remarks
Supported options:
| Value | Description |
|---|---|
-a | List all including hidden files and directories. The current (.) and parent (..) directories are also listed. |
Unknown options are ignored and has no effect.
Multiple options are supported as single argument. For example 'LIST -la' is supported, but 'LIST -l -a' is not supported.