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

41 results found

  1. Some companies use TAG files to indicate the file is ready for sending / receiving.
    ie. somefile.csv could only be half written to due to a failure (database timeout getting the data, etc). The file should not be transmitted because there is no somefile.tag file (empty file) indicating that the csv file is ready for transmission.

    I would like to be able to specify the source extension "csv" and the matching tag extension "tag".

    14 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. A new event should be added to imap client such that the event occurs when there is a new email arrives, so that the program can immediately download or handle new emails.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 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)
  3. It would be nice to have fonts auto-scale when a user is re-sizing a telnet window (width, depth or both)

    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)
  4. Feature list:
    • Get a list of all users
    • Get a list of all groups
    • Get a list of all users in a group (or groups of a user)
    • Get user’s properties (e.g. full name or e-mail address)
    • Authenticate a user (by user name and password)

    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)
  5. Let it handle '/'and '\' transparently, and may even break it up for 'uncommon' servers that don't handle directory separators at all. This would make client code simpler and more robust.

    10 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)
  6. 36 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. 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)
  8. See http://blogs.msdn.com/bclteam/archive/2007/06/18/a-brief-history-of-datetime-anthony-moore.aspx
    The SFTP library's modifed/etc times are currently local to the server timezone, but there's no easy way to figure out what the offset is. Adding a TimeZoneOffset property to the Sftp class itself would help, but this type (new with .NET 3.5) would make it very easy to interact with the differences in timezone, something very common when dealing with remote servers.
    I don't know if FTP supports retrieving the timezone, but if so, supporting that too seems obvious.

    2 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. This would permit verification of a keyfile without having to go through the somewhat expensive try/catch setup. Specifically, I'd like to use this for a WPF ValidationRule but exceptions are visibly slow to the user.
    See also int's TryParse(), etc.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 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)
  10. One suggestion for a new product..

    We are using SQL Server Integrated Services (SSIS) and they don't have a SFTP task that you can use.

    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)
    Tomáš Knopp responded

    Although we started implementing it a few years ago, for the time being the work on the SSIS version of SFTP and FTP components are suspended. If sufficient demand from customers reappears in the future we can raise the priority of the case again and finish the implementation.

  11. The Rebex Imap client supports searching with programatically specified collection of objects. It would be nice if the client can also support search with free form text. I don't think this should be too hard and will require only little refactoring. For example:

    var messages = imap.Search(ImapListFields.Envelope, "OR SUBJECT Support SUBJECT Question");
    var messages = imap.Search(ImapListFields.Envelope, "HEADER DomainKey-Signature google.com");
    var messages = imap.Search(ImapListFields.Envelope, "SMALLER 42000");
    var messages = imap.Search(ImapListFields.Envelope, "TEXT \"Mail Component\"");

    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)
  12. This would allow your product to be used by clients who interact or write software for use in a military environment.

    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. Analyze the mail message and determine if it is a bounce, and determine the reason why... temporary, soft bounce, hard bounce, etc.

    28 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)
  14. 2 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. according to RFC 2087

    2 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)
  16. It would be great to have a WPF User Control that encompassed all of the Telnet emulator functionality. Currently having to embed the Winforms control in a WindowsFormsHost which doesn't seem to handle the resizing of the window very well.

    14 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. Mail component should support mail merge.

    15 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. Add support for transfer manager component build on top of FTP and SFTP. It should support:
    - SFTP, FTP, FTP/SSL transfers
    - setting list of files for upload or download
    - bandwidth throttling
    - limiting number of concurrent transfers

    35 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. On fast networks, the deafult Ftp.UploadBufferLength value of 4096 is too low. A higher value such as 64KB would be mroe appropriate. And it would be nice if this was done automatically by the FTP component.

    1 vote
    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. 31 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)
  • Don't see your idea?