Class SiteUtimeCommandExtension
The implementation of the SITE UTIME command.
Inherited Members
Namespace: FubarDev.FtpServer.CommandExtensions
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
[FtpCommandHandlerExtension("UTIME", "SITE")]
public class SiteUtimeCommandExtension : FtpCommandHandlerExtension, IFtpCommandHandlerExtension, IFtpCommandBase
Remarks
This doesn't exist as RFC. Instead, it's only documented on the ProFTPd site. This extension is hidden, according to https://ghisler.ch/board/viewtopic.php?t=24952.
Methods
| Improve this Doc View SourceInitializeConnectionData()
Declaration
public override void InitializeConnectionData()
Overrides
| Improve this Doc View SourceProcess(FtpCommand, CancellationToken)
Declaration
public override Task<IFtpResponse? > Process(FtpCommand command, CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| FtpCommand | command | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<Nullable<IFtpResponse>> |