Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FxpTransferPolicy Enumeration


In This Topic
    FxpTransferPolicy Enumeration
    In This Topic
    Value representing the FXP type transfer operations that are allowed by a FTPConnection.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum FxpTransferPolicy 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As FxpTransferPolicy
    [Flags()]
    public enum FxpTransferPolicy : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberValueDescription
    AcceptAllTransfers3All types of FXP transfers are allowed.
    AcceptIncomingTransfers1Incoming FXP transfers are allowed. Files can be received.
    AcceptOutgoingTransfers2Outgoing FXP transfers are allowed. Files can be sent.
    NoTransferAllowed0No FXP transfers are allowed to be made or accepted.
    Example
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Ftp.FxpTransferPolicy

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also