Xceed .NET Libraries Documentation
FxpTransferPolicy Enumeration


Xceed.Ftp Assembly > Xceed.Ftp Namespace : FxpTransferPolicy Enumeration
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
Using the FXP Protocol
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

Reference

Xceed.Ftp Namespace

Ftp

Using the FXP Protocol