How can i create Backup of my Hotmail account ?
How can i create Backup of my Hotmail account?
View ArticleAnswered: Performance issues between different versions (4.0.6930 and...
We have not been able to reproduce this so far. Does it still occur with the latest release?For other readers, this is the latest statement from our developers:All Rebex FileTransferClient’s Async...
View ArticleAnswered: C# .Net Core program does not stop and hangs the application if we...
Please, see our reply at the related question.
View Articlesftp Connect exception (netcf-3.5) after upgrade to 2019 R3
I tried to upgrade the Rebex package from 2018 R2.1 to 2019 R3 but found exception in the sftp connect function. The same code is working in the Rebex 2018 R2.1 release. Below is the exception message...
View ArticleAnswered: How do I get the current user from the ReadWriteFileSystemProvider...
It is very easy. Just use: ServerSession.Current.User
View ArticleE-mails with invalid Content Id
In some e-mails that I receive content id's of inline attachments seem to be broken. When I load those e-mails using Rebex classes content id of LinkedResource is empty. Only...
View ArticleAnswered: E-mails with invalid Content Id
We are not aware of any such issue of Gmail. Is it possible that the mail was corrupted on the way from Gmail?Please, compare the raw data of the mail on GMail server and on your mail server.For GMail,...
View ArticleNot getting SocketException or SshException even if the logs on rebex tiny...
I am writing a client to upload data to sftp server. For that I am using Rebex file transfer pack (4.0.6930). I am using rebex tiny sftp server for development purpose.I get error logs on sftp server...
View ArticleAnswered: Not getting SocketException or SshException even if the logs on...
From Sftp client class you will "always" get the SftpException object - if the error was caused by a SocketException or IOException or anything else, the original exception will be stored in...
View ArticleWindows service not stopping if we have multiple sftp operation going on....
We have a windows service built in .net core where we are using FileTransferClient version 4.0.6930 for our SFTP operations.We have noticed that when multiple sftp uploads are happening in parallel...
View ArticleUnable to export private key in order to use a more capable algorithm
Hi All,I'm trying to sign a message in Outlook using SecureMail and RSAPSS.I set the command like this:Dim Parametros As New Rebex.Mail.MailSignatureParameters Parametros.Silent = False...
View ArticleAnswered: Whats is port used for SMTP connection for Gmail Auth workflow?
Since you used SslMode.Implicit the port used is 465.Please, check out Smtp.DefaultPort, Smtp.DefaultImplicitSslPort and Smtp.AlternativeExplicitSslPort properties to see other common port values.
View ArticleAnswered: Is the Rebex (SSH pack) certified by NIST for FIPS 140-2?
No, Rebex is not certified by NIST.However, Rebex libraries can be run in FIPS environment. In FIPS-only mode, only FIPS-validated cryptographic algorithms provided by Windows CryptoAPI are used.For...
View ArticleAnswered: How can I add support for perl shell?
It seems that your question is not related to Rebex components.You want to set up your default shell on your server.Please, check this topic, it seems it describes what you need:...
View ArticleAre the algorithms ecdsa-sha2-nistp384 and ecdsa-sha2-nistp384 available in...
Hello, I have checked KEX and HostKey algorithms lists and haven't found ecdsa-sha2-nistp384 and ecdsa-sha2-nistp384. (only ecdsa-sha2-nistp256 is available)Is there way to enable the mentioned...
View ArticleAnswered: Are the algorithms ecdsa-sha2-nistp384 and ecdsa-sha2-nistp384...
Yes, the ecdsa-sha2-nistp384 and ecdsa-sha2-nistp521 algorithms are also supported.The complete list of supported algorithms can be found at https://www.rebex.net/sftp.net/features/ssh.aspx#ciphersThe...
View ArticleAnswered: Why I am getting the Key exchange failed. Requested service is not...
Rebex SFTP 2.0.4086.0 is more than 8 years old and is no longer compatible with some third-party implementations because these have changed a lot in those 8 years as well.This particular error is known...
View ArticleAnswered: NullReferenceException after calling HttpRequest.GetResponse()
Yes, this should not happen, at least unless you call multiple methods or properties of a single HttpRequest instance from multiple threads at the same time. See more information on .NET's WebRequest...
View ArticleAnswered: Text or html message and attachments problem
1) Rebex MailMessage class supports Microsoft's proprietary TNEF format, which encapsulates attachments, HTML and RTF bodies within a single 'winmail.dat' attachment. MailMessage converts this to...
View ArticleAttachment.FileName returnes diffferent than what I see in mail client
I have a mail with 3 attachments with same name - let's say image.jpg. But FileName and DisplayName for those attachments return image.jpg, image(1).jpg, image(2).jpg. I also have other e-mail with...
View Article