Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » ftp » SSL   (RSS)
  • Implicit vs Explicit Secure FTP connection over web

    Hi, I need to work on Implicit secure ftp connection over the web. Here the code which does the authentication fc = new Xceed.Ftp.FtpClient();fc.CertificateReceived += new CertificateReceivedEventHandler(fc_CertificateReceived);fc.CommandSent += new CommandSentEventHandler(fc_CommandSent);fc.ReplyReceived += new ...
    Posted to Xceed FTP for .NET (Forum) by Rajkumar on October 22, 2009
  • Unhandled FtpTimeoutException when trying to download files

    Hello,We are trying to use xceed FtpClient class to download files from one of our partners. Said partner is using somewhat unconventional setup with SSL encryption and ''Clear Command Channel'' command, xceed FtpClient class is one of the few components that can handle both of these requirements. It is also my understanding that said partner uses ...
    Posted to Xceed FTP for .NET (Forum) by Daniil on September 1, 2009
  • SSL: Using Host Address on PASV Commands

    I have read in previous posts as recent as middle of 2008 that you do NOT support the feature of using the ''Host Address'' instead of the address returned in response to a PASV (passive) command. Obviously the problem here is with SSL and when the host server is NATed behind a firewall. Due to the fact that the encrypted packets can not be ...
    Posted to Xceed FTP for .NET (Forum) by Chris on March 4, 2009
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.