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
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 -
19 votes
-
15 votes
GetFiles
Simultaneous transfer : actually limited to 1
-
14 votes
-
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 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.
-
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
-
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.
-
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.
-
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.
-
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 -
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.
-
3 votes
-
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.
