Show / Hide Table of Contents

    Class FtpTransferMode

    FTP transfer mode (RFC 959, 3.4.).

    Inheritance
    Object
    FtpTransferMode
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public sealed class FtpTransferMode

    Constructors

    | Improve this Doc View Source

    FtpTransferMode(FtpFileType)

    Initializes a new instance of the FtpTransferMode class.

    Declaration
    public FtpTransferMode(FtpFileType fileType)
    Parameters
    Type Name Description
    FtpFileType fileType

    The file data type of this transfer mode.

    Properties

    | Improve this Doc View Source

    Bits

    Gets the bits of a binary transfer mode.

    Declaration
    public int? Bits { get; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    FileType

    Gets the file data type.

    Declaration
    public FtpFileType FileType { get; }
    Property Value
    Type Description
    FtpFileType
    | Improve this Doc View Source

    InterpreterMode

    Gets the interpreter mode.

    Declaration
    public FtpFileTypeInterpreterMode? InterpreterMode { get; }
    Property Value
    Type Description
    Nullable<FtpFileTypeInterpreterMode>
    | Improve this Doc View Source

    IsBinary

    Gets a value indicating whether the transfer mode is binary.

    Declaration
    public bool IsBinary { get; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    Parse(String)

    Parses a transfer mode.

    Declaration
    public static FtpTransferMode Parse(string type)
    Parameters
    Type Name Description
    String type

    The transfer mode to parse.

    Returns
    Type Description
    FtpTransferMode

    The new FtpTransferMode.

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    • 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.