Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / FtpClient Class
Properties Methods


In This Topic
    FtpClient Class Members
    In This Topic

    The following tables list the members exposed by FtpClient.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the FtpClient class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the FTP connection mode. Active or Passive  
    Public Property Gets or sets a value indicating whether to keep alive  
    Public Property Gets or sets the password to access the FTP server  
    Public Property Gets or sets the remote host to connect to  
    Public Property Gets or sets the FTP transfer type. Binary or ASCII  
    Public Property Gets or sets the user name to access the FTP server  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Not implemented  
    Public Method Uploads a file from to the FTP server  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also