FileServerSettings.FtpSiteCommandHandler Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
FtpSiteCommandHandler
Gets or sets a function that makes it possible to implement simple custom 'SITE' commands.
Declaration
public Func<FtpSiteCommandHandlerArgs, Task> FtpSiteCommandHandler { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<FtpSiteCommandHandlerArgs, Task> |
Remarks
The return value is a task that is completed when the handler has finished processing and the result has been assigned via the FtpSiteCommandHandlerArgs object. A null task indicates that the handler has finished immediately and the result is already available.