Show / Hide Table of Contents

    Class SiteUtimeCommandExtension

    The implementation of the SITE UTIME command.

    Inheritance
    Object
    FtpCommandHandlerExtension
    SiteUtimeCommandExtension
    Implements
    IFtpCommandHandlerExtension
    IFtpCommandBase
    Inherited Members
    FtpCommandHandlerExtension.Names
    FtpCommandHandlerExtension.IsLoginRequired
    FtpCommandHandlerExtension.ExtensionFor
    FtpCommandHandlerExtension.CommandContext
    FtpCommandHandlerExtension.FtpContext
    FtpCommandHandlerExtension.Connection
    FtpCommandHandlerExtension.Data
    FtpCommandHandlerExtension.T(String)
    FtpCommandHandlerExtension.T(String, Object[])
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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 Source

    InitializeConnectionData()

    Declaration
    public override void InitializeConnectionData()
    Overrides
    FtpCommandHandlerExtension.InitializeConnectionData()
    | Improve this Doc View Source

    Process(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>>
    Overrides
    FtpCommandHandlerExtension.Process(FtpCommand, CancellationToken)

    Implements

    IFtpCommandHandlerExtension
    IFtpCommandBase
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.