Skip to content

Rebex .NET Components

Welcome to our official feedback forum. Do you have an idea? Do you recognize a good idea when you see one? We want to hear from you!

Rebex .NET Components

Categories

59 results found

  1. 99 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    completed  ·  Tomáš Knopp responded

    We have released a new Rebex HTTPS component. It adds support for SHA-2 certificates , SNI extension, TLS 1.0, 1.1 and TLS 1.2 protocols under .NET Compact Framework, but it also works on other platforms including .NET, Mono, Xamarin.iOS, Android and Xamarin.Mac). Check the HTTPS component at http://www.rebex.net/https/default.aspx

  2. Following the fact that Elliptic Curves algorithms in TLS are more and more used ( http://blog.cloudflare.com/staying-on-top-of-tls-attacks ) , will the support for ECDHE-ECDSA-* and ECDHE-RSA-* ciphersuites be added ?

    42 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. In FTP component you can limit the bandwidth via MaxDownloadSpeed and MaxUploadSpeed properties. Would it be possible to have similar functionality in SFTP?

    27 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 25 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 23 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 21 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  5 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Please Add for FTP TLS 1.2

    21 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 17 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. As per RFC1952: "A gzip file consists of a series of "members" (compressed data sets)". Once one set is deflated, look magic header and continue with the next set.

    13 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. to deliver your package as "NuGet"-Package

    11 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. A single library for algorithms like Blowfish, Twofish, Rijndael.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. I'm basing this off the Rebex SFTP component. Currently it comes as a CHM file. For companies that purchase enterprise licenses, it would be great to publish the API guide in a central web-based location.

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. I am currently writing a multi-threaded app to transfer files to multiple servers. Unfortunately, when an event is fired, there are no properties that expose the hostname of the sender. I have had to implement a dictionary class to do a lookup using the endpoint class IP. Doing it this way works, but it strikes me as kludgey since I'm sure the sftp/ssh class knows the hostname.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. This is fundamentally a subset of the existing library, it would be nice to have GZip support within the same library instead of having to use another tool, or the ok but limited version in the .net framework.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Currently it's not possible to enumerate the list without casting.

    TODAY:
    ImapMessageCollection list;
    foreach (ImapMessageInfo m in list) { ... }

    BETTER:
    ImapMessageCollection list;
    foreach (var m in list) { ... }

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Hi:
    Currently when Terminal Control receive lots of rows print each one and scroll the screen by one line. But in PuTTY it seems that it scrolls or print in other mode, may be by screen, or skip drawing some lines, and that makes it feel that PuTTY is faster.
    It's possible implement this "print mode" feature?

    Thank you.

    Best regards.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Does Rebex Secure Email supports TLS 1.2 ? If not that would be a needed security level for the enterprises.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    completed  ·  Tomáš Knopp responded

    Support for TLS 1.2 has been added in version 2015R2. It has to be explicitly enabled:

    client.Settings.SslAllowedVersions |= TlsVersion.TLS12;

  19. Has anyone else been frustrated by the Rebex ordering process implemented by Plimus? I ordered online yesterday and still have not received my download link. They claim they cannot reach my by telephone, but actually did call me. The money has been deducted from my account. Has anyone else had trouble with this? They are also not answering the contact number on their website today.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  2 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. After looking at Scp object, I see there are methods for transferring only one file at a time. There are no methods for transferring complete directories (recursively), even though the SCP supports this functionality.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1 3
  • Don't see your idea?