Show / Hide Table of Contents

    Class DefaultFtpServerMessages

    The default implementation of IFtpServerMessages.

    Inheritance
    Object
    DefaultFtpServerMessages
    Implements
    IFtpServerMessages
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.Localization
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class DefaultFtpServerMessages : IFtpServerMessages

    Constructors

    | Improve this Doc View Source

    DefaultFtpServerMessages(IFtpConnectionAccessor)

    Initializes a new instance of the DefaultFtpServerMessages class.

    Declaration
    public DefaultFtpServerMessages(IFtpConnectionAccessor connectionAccessor)
    Parameters
    Type Name Description
    IFtpConnectionAccessor connectionAccessor

    The FTP connection accessor.

    Methods

    | Improve this Doc View Source

    GetBannerMessage()

    Declaration
    public IEnumerable<string> GetBannerMessage()
    Returns
    Type Description
    IEnumerable<String>
    | Improve this Doc View Source

    GetDirectoryChangedMessage(Stack<IUnixDirectoryEntry>)

    Declaration
    public IEnumerable<string> GetDirectoryChangedMessage(Stack<IUnixDirectoryEntry> path)
    Parameters
    Type Name Description
    Stack<IUnixDirectoryEntry> path
    Returns
    Type Description
    IEnumerable<String>
    | Improve this Doc View Source

    GetPasswordAuthorizationSuccessfulMessage(IAccountInformation)

    Declaration
    public IEnumerable<string> GetPasswordAuthorizationSuccessfulMessage(IAccountInformation accountInformation)
    Parameters
    Type Name Description
    IAccountInformation accountInformation
    Returns
    Type Description
    IEnumerable<String>

    Implements

    IFtpServerMessages
    • 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.