powered by UserVoice

Rebex .NET Components Forum

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!

  1. 46 votes
  2. 39 votes
  3. 26 votes

    SFTP bandwidth throttling

    In FTP component you can limit the bandwidth via MaxDownloadSpeed and MaxUploadSpeed properties. Would it be possible to have similar functionality in SFTP?

    Status: planned
  4. 19 votes
  5. 15 votes

    GetFiles

    Simultaneous transfer : actually limited to 1

  6. 14 votes
  7. 14 votes
  8. 12 votes

    Download/upload manager for SFTP and FTP

    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

  9. 9 votes

    Bounce handling.

    Analyze the mail message and determine if it is a bounce, and determine the reason why... temporary, soft bounce, hard bounce, etc.

  10. 8 votes

    Provide the full path in FtpItem and SftpItem objects

    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 GetL... more

  11. 7 votes
  12. 6 votes

    Support MailMerge

    Mail component should support mail merge.

  13. 6 votes

    WPF version of the Telnet emulator

    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. 5 votes

    Make FTP.ChangeDirectory() smarter

    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.

  15. 5 votes

    Set MailMessage.BodyHtml from url or file.

    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.

  16. 4 votes

    Provide a SSIS version of SFTP and FTP components.

    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.

    Status: planned
  17. 4 votes

    Scp: Method for transfering complete directories (recursively)

    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.

  18. 3 votes
  19. 3 votes

    Have you applied for a Government Certificate of Networthiness?

    This would allow your product to be used by clients who interact or write software for use in a military environment.

  20. 3 votes

    Get creation date of file on ftp server

    It would be nice to extend the FtpItem so it includes the creation date of the file.

    Retrieving file creation date/time is only possible with modern FTP servers that support MLST/MLSD extension (and also offer the "create" fact). On most servers, unfortunately, this is not available.

    At the moment, it is possible to create a custom listing parser that extends the integrated lsiting parser to handle creation date as well. We will also consider adding built-in support for this feature if there is sufficient demand.

powered by UserVoice