FileServerSettings.FtpGetServerEndPoint Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
FtpGetServerEndPoint
Gets or sets a function that enables to specify custom server's endpoint in reply to the 'PASV' command. The actual endpoint on which the server will listen for incoming data connection will remain unaffected.
Declaration
public Func<FtpGetServerEndPointArgs, Task> FtpGetServerEndPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<FtpGetServerEndPointArgs, Task> |
Remarks
The return value is a task that signals when the handler completes processing. Once complete, the server reads the result from FtpGetServerEndPointArgs and continues. A null task indicates that the handler has already finished and the result is immediately available.