SFTP monitor remote directory
How does the SFTP client monitor a change (new file addition or removal) in remote directory of SFTP server. Some libraries(like crushftp) provides that feature. Can Rebex support this feature as well?
View ArticleAnswered: SSH RSA keys authentication issue.
Thank you for the PuTTY log. It showed that PuTTY uses two step public key send routine, while Rebex is using one step routine. I have tried to add the two step routine. Since I am not able to find...
View ArticleAnswered: Authenticate to Yahoo and Outlook.com email servers with OAuth 2.0
Generaly, you can follow the blog we wrote about authenticating to Gmail with OAuth 2.0. Getting the OAuth2.0 token and setting the appropriate permissions and scopes is definitely server-dependent and...
View ArticleAnswered: Help with Rebex Setup for OAuth 2 SMTP Client
I have summarized the findings about getting the OAuth 2.0 access tokens with Yahoo and Outlook.com mail servers.See...
View ArticleAnswered: Maximum concurrent office365 connection (EWS)
We don't know what is the maximum concurrent connections for Office365, sorry.However, I found some articles discussing it.EWS throttling in Exchange:Defines the number of concurrent open connections...
View ArticleTransfer Multiple files at the same time.
Hello.I want transfer multiple files at the same time using single "Rebex.Net.FileTransferClient" class.For example, now File1 -(File Transfer Complete)-> File2....File1 -- |--(Transfer at the same...
View ArticleAnswered: Proxy support for NTP
Hello,no, Rebex.Net.Ntp doesn't support proxies, sorry.The NTP uses UDP as transport protocol to make it more accurate than running over TCP/IP. Using proxy goes against this intention, because there...
View ArticleImap search parameter including quotes doesn't work
I'm trying to filter some messages by searching for example with this value : id="1122" Note quotes must be includedHere my email :<?xml version="1.0" encoding="UTF-8" ?> <adf> <prospect...
View ArticleAre POP3MessageInfo sorted from server ?
We would like to handle already downloaded email without looping and fetching all of them. Are the POP3MessageInfo already sorted by date ? If yes who decide the order of the pop3Messageinfo ?We have...
View ArticleScripting problems with Juniper JunOS devices
I'm writing a program using Rebex Terminal Emulation to login to devices and automatically download the configuration files. The program makes extensive use of the scripting.DetectPromt() and...
View ArticleAnswered: Could you send me the link to your custom Diffie-Hellman...
Greetings, Sorry if this is the wrong place, but the website will not let me post and keeps redirecting me questions that don't match what I want. I downloaded and installed rebex security looking for...
View ArticleAnswered: Imap search parameter including quotes doesn't work
To include quotes, just include them in the input string. Like this:C#:imap.Search(ImapSearchParameter.Subject("ID=\"1122\"")) VB.NET:imap.Search(ImapSearchParameter.Subject("ID=""1122""")) However,...
View ArticleWith EWS got an exception explicit tls/ssl not supported, use implicit
We are using IMAP for inbound emails, now adding support for EWS and POP3 with the help of Rebex library.var client = new Ews(); client.Settings.SslAcceptAllCertificates = true;...
View ArticleAnswered: Strange 0, 1 og 2 rootfolder in zip-file
Thank you for the code. I found that the problem is in your code. Actually, it is caused by "unhandy" tolerance of VB.NET which allows to pass nonstring variables to string parameters. Your code...
View ArticleIMAP Problem retrieving only last 100 messages
I have problem retrieving last 100 messageIMAP.SelectFolder("Inbox") Dim folderMessage As ImapMessageCollection mgsSet = New ImapMessageSet mgsSet.AddRange(1, 100) folderMessage =...
View ArticleDo EWS offer a similar system or flag for "Recent" as IMAP ?
Do EWS offer a similar system or flag for "Recent" as IMAP ?We cannot go with Unread flag since we need to parse all new email even if they has been readed.We cannot guaranteed that it has been readed...
View ArticleAnswered: SFTP filepath
Can you please post here the values of sFileName and sPath, so I can confirm you are using correct values.Please, create communication log as well. It will show whether the data were received and it...
View ArticleAnswered: SftpException thrown for certain servers
The exception is related to system socket exception, probably WSANO_DATA. It seams there is a problem with your DNS server. I also found on the internet, that this error was caused by forgotten...
View ArticleAnswered: Rebex incorrectly recognizes NOOP 200 server response as premature...
Thanks for letting us know, detecting NOOP responses is quite tricky. We added this message to the ignore list, please download the current hotfix and give it a try. If you have an active support...
View ArticleIs it possible to get full command that is executed on FileServer Shell
I have created a FileServer Shell with an eventhandler for shell commands. The event will be triggered for every command, in case of stacked commands that will happen for every command. For example,...
View Article