Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / FtpTransferType Enumeration
In This Topic
    FtpTransferType Enumeration
    In This Topic
    The ftp transfer type. Binary or ASCII
    Syntax
    public enum FtpTransferType : System.Enum 
    Members
    MemberDescription
    ASCII Transfer type ASCII
    BINARY Transfer type binary
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Utility.FtpTransferType

    See Also