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

37 results found

  1. Add new component which will support OpenPGP standard. The component should be able to:

    • Encrypt and decrypt file
    • Sign/Unsign file
    • Verify file signature
    97 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)
  2. Please add support for WebDAV file transfers over http and https.

    69 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. 68 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. Simultaneous transfer : actually limited to 1

    43 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)

    This doesn’t fit into Rebex FTP/SSL API – the Ftp object represents a single FTP session, and a single FTP session can only transfer a single file or directory listing at a time.

    Instead, we would like to eventually make this possible through a new Download/Upload manager API, so if you are interested in simultaneous transfers, please vote for this: https://rebex.uservoice.com/admin/forums/18155-rebex-net-components/suggestions/256245-download-upload-manager-for-sftp-and-ftp

  5. Provide a method for setting a MailMessage's BodyHtml from webpage or file. Something similar to:

    MailMessage message = new MailMessage().
    message.BodyHtml.LoadFrom("http://example.com/page.html ")

    The feature should take HTML, CSS, images from the url and pack it into the message.

    23 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)

    Even though this would indeed be a very nice feature to have, implementing a HTML and CSS parser would be a huge task which is outside the scope of Rebex Secure Mail. Unfortunately, tihs is not part of our roadmap for the near future. Sorry!

  6. Add support for OpenPGP signed/encrypted email messages as described in RFC 3156

    http://www.ietf.org/rfc/rfc3156.txt

    Rebex Secure Mail should be able to sign/encrypt/verify signatures of OpenPGP formated mail messages.

    17 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)
  7. RAR compression is patented however the patent owner allows adding support for EXTRACTING RAR archives to third party applications. What about adding the UnRAR support to Rebex.ZIP?

    16 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. If you call GetList("/Some/Path/Here/.txt"), the resultant list will contain the file names that match *.txt from the /Some/Path/Here path but, the full path to the file is not included. It can then be difficult to get those files, I have to save and parse the parameter passed to GetList and I have to know how to combine it with a file name. This gets harder when there are multiple operating systems. OpenVMS could be DISK:[Some.Path.Here].txt
    It would be better we we could get the full path as supplied by the operating system.

    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)
  9. 7 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)
    declined  ·  Tomáš Knopp responded

    Porting our .NET component to Java is not planned, sorry! We are vendor of .NET components and for the time being we want to stick to that. I know that Java is similar to .NET but to have our API the cleanest we prefer to concentrate on .NET and the other .NET platforms such as .NET CF, Mono, Xamarin.iOS/Android/Mac, UWP, etc.

  10. get country, satate , city, flag, timezone info from ip address

    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)
  11. Please modify IsConnected property of SFTP object which with check internally and reply that Server is Connected or Not. As you suggested that in your document , i need to write code sftp.Getfies(".") and Check it. It is very redundant code where i have property isConncted.

    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)
  12. Implement Interfaces on all your public classes so I can mock them with Rhino Mocks. You need to test that your calling Rebex properly, but with unit tests, you dont want to connect to an SMTP, of IMAP server, put an interface on these classes and then you can Mock them and test them properly

    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)

    This is not planned. Sorry!
    If we added those interfaces, users of our API would start using them, and then their code would break whenever we added a new method.
    Instead, create or generate those interfaces yourself, and write wrapper classes around Rebex public classes in addition to the mock classes.

  13. Tried to download the samples to test if Rebex FTP can handle multi-uploads the way i am expecting. Can't download them? just the trial? wtf?

    Also register account seems to be a hidden form somewhere on the site?

    4 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. IPSEC client component for programming ipsec vpn client software

    4 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)

    Demand for .NET IPsec component seems very low because this technology is usually operated at lower layers. Unless this changes, we’ll concentrate on enhancing our TLS and SSH offerings.

  15. 3 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. It would be great to have a NET RAS component since there is no one around.

    What I need is a simple way to dial-up a remote machine via RAS, connect and download files via FTP (Your component), and finally disconnect. That's all.

    3 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)

    .NET Compact Framework platforms are rapidly approaching end-of-life. We still plan to support it , but we won’t be adding new components that only target this platform.

  17. Create a new component for communication with Gtalk, Jabber or XMPP

    3 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)

    Unfortunately, we don’t foresee a bright future for XMPP any more. It looks like it has been mostly abandoned by the industry, and we currently have no plans to implement it.

  18. Rebex already has Imap Client component ( http://www.rebex.net/secure-mail.net/ ). It would be nice to have an IMAP Server component. Why? Writing a complete mail server is an obvious scenario. But it must be other creative ways how to use it. How would YOU use it?

    3 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)
  19. 3 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)
  20. We use the FileServer library to provide an SFTP layer on top of our cloud storage solution. In our use case we need to log every action that users perform on files and folders.
    The problem with current implementation is that a file move is treated - and thus logged - as a download followed by an upload.
    It would be nice to have a dedicated method for file/folder move instead.

    3 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)
← Previous 1
  • Don't see your idea?