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!
-
39 votes
-
26 votes
-
21 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 -
20 votes
-
11 votes
-
7 votes
-
7 votes
-
6 votes
Support MailMerge
Mail component should support mail merge.
-
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.
-
6 votes
Add hostname property to events for multi-threaded apps
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,... more
Status: planned -
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.
-
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.
-
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.
-
3 votes
GetFiles
Simultaneous transfer : actually limited to 1
-
3 votes
Ident
Add support Ident (113 port)
Thanks for submitting your request! However, what kind of Ident support would you like? An ability to be able to respond to FTP/SMTP/POP3/whatever server requests for a username (=implement an Ident daemon/server)?
-
3 votes
Implement Interfaces on all your public classes so I can mock them with Rhino Mocks
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
-
3 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.
-
3 votes
RAS component (Compact Framework)
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
FTP for PowerShell
Add support for connection to FTP server from PowerShell.
