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!
-
67 votes
-
50 votes
-
OpenPGP support for file encryption/signatures
Add new component which will support OpenPGP standard. The component should be able to:
- Encrypt and decrypt file
- Sign/Unsign file
- Verify file signature33 votes -
GetFiles - simultaneous transfer
Simultaneous transfer : actually limited to 1
30 votes -
Add support for WebDAV
Please add support for WebDAV file transfers over http and https.
28 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.
22 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 transfers21 votes -
17 votes
-
15 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.
15 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 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 -
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.
10 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.
9 votes -
DROPBOX
Your FTP could be uesed for DROPBOX commnication
9 votes -
Provide TAG file support
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".
8 votes -
7 votes
-
7 votes
-
Support MailMerge
Mail component should support mail merge.
6 votes -
SSHFS
I want SSHFS .NET library.
6 votes -
GZip Support
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