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

Browse by Tags

All Tags » ftp   (RSS)
Showing page 1 of 2 (18 total posts)
  • Re: Syncronize over FTP

    Hi Lup, You do not need to use the AsyncFtpClient class in order to display downloaded data to a progress bar. In your code (before you start syncing, you can subscribe to the  OnSynchronizationProgression event in the SynchronizationEvents class. You will then have access to the Percent property from the ByteProgression property in the ...
    Posted to Xceed FTP for .NET (Forum) by Marc [Xceed] on July 25, 2011
  • Time Remaining please help me!

    hi im still making the project as u saw b4 in my older posts so i got it to show many stuff and im almost done So what i really need to know is how to make it show the time remaining for the file that is downloading im using visual basic 2010 so if you can show me a code example that should do it _________________________________________ My ...
    Posted to Xceed FTP for .NET (Forum) by home on August 7, 2010
  • Cancel a file download?

    hi guys i need help with something please so let say i have a button called download and then there is this code If ListBox1.SelectedItem = ''Test'' Then             Button1.Enabled = False             Button3.Enabled = False            ...
    Posted to Xceed FTP for .NET (Forum) by home on July 31, 2010
  • download in executable path [need help!]

    hi everyone out there  i was wondering if there is anyway to like let say i made a project and then there is a a button called update when i press update it checks for version and it downloads the new updated file and the problem is  how do i make the new downloaded file to download in the same place where my application is  im ...
    Posted to Xceed FTP for .NET (Forum) by home on July 30, 2010
  • Display Speed [Please Help!]

    HI everyone outthere.  i really need help with something if you could help i would really appreciate it what i need is let say i made a label in my visual basic 2010 project and called the label1 as speed: and i want label1 which is speed: to display the speed of the file downloading from the ftp if you could give me a code for ...
    Posted to Xceed FTP for .NET (Forum) by home on July 27, 2010
  • READ ME: Latest notes and beta releases for Xceed FTP for .NET

    Beta builds From time to time, we will post beta builds of an upcoming service release here. We will do so if we feel the included bug fixes will affect and interest a significant number of clients. You can be automatically notified of new beta builds by clicking the 'Enable Email Subscription' button above. The beta builds are removed once ...
    Posted to Xceed FTP for .NET (Forum) by Jb [Xceed] on May 21, 2010
  • Getting error on SendMultipleFiles

     Getting error message Public member 'Text' on type 'Short' not found. at Xceed.Ftp.Engine.FtpCommandSequence.EndExecute(IAsyncResult asyncResult) at Xceed.Ftp.FtpClient.DoExecuteCommand(FtpCommandChannel commandChannel, BaseFtpCommand command) at Xceed.Ftp.FtpClient.DoSendMultipleFiles(FtpCommandChannel commandChannel, ...
    Posted to Xceed FTP for .NET (Forum) by Anup on April 24, 2010
  • Re: Client.Disconnect() problem.

    Hi, actually, the error is not coming from the client.disconnect() method but rather with the server being unable to handle the TelnetInterrupt signal.  Therefore, you should refer to this page : http://doc.xceedsoft.com/products/XceedFileSystem/FTPComponent_FtpClient_properties.html  You will see a property called ...
    Posted to Xceed FTP for .NET (Forum) by Ghislain on December 16, 2009
  • Re: Error trying to open an FTP SSL session

    Hi Murali, the error you are seeing is not the best indicator of what is happening.  Your code for an (normal) FTP session won't work directly for a FTPS (FTP SLL) session.  You have to modify your code to handle the certificate in the FTPS session.  You should take a look at the Xceed FileSystem Snippet Explorer, which ...
    Posted to Xceed FTP for .NET (Forum) by Ghislain on December 16, 2009
  • 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
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.