Quantcast
Channel: Rebex Q&A Forum - Recent questions and answers
Browsing all 3858 articles
Browse latest View live
↧

Answered: IMAP via oauth20 sometimes raise exception "User is authenticated...

We have seen many occurrences of this strange error message. Microsoft 365 servers occasionally report this, but there are multiple possible causes.The error message itself is apparently wrong, because...

View Article


Connection to mainframe FTP server gets dropped from windows App using plain...

I have a windows app that uses plain text ftp on windows to transfer files to mainframe. I an using Rebex tls proxy to do this via creating a tunnel between windows App and mainframe. But while making...

View Article


Using Secure Mail & EWS, how can I get email address for the authenticated user?

Can I use Secure Mail to connect to an Exchange server with network credentials (username & password), and then find out what the email address of that authenticated user is?

View Article

Answered: Connection to mainframe FTP server gets dropped from windows App...

It seems you are not connecting to an FTP server, but a Telnet server.Please note that standard default port for FTP/SSL is 990 not 923. While port 23 is standard default port for Telnet, 923 is...

View Article

How to search emails for any one of multiple subjects

My current C# code is (where searchCondition is a string): List msgs = (await Imap.SearchAsync(ImapListFields.Envelope | ImapListFields.MessageStructure, new ImapSearchParameter[] {...

View Article


Answered: How can i export the public key in order to work with my SFTP clients

Buru SFTP Server does not have a built-in command or interface (yet) to export the public keys. However, you can use e.g. ssh-keygen -e -f <keyfile> to export the public key or PuTTYgen.

View Article

Why do the error "LIBSSH2_ERROR_SFTP_PROTOCOL " occurs, while trying to...

I am trying to transfer file from one PC(Linux - client) to another PC( where Rebex Tiny Server is running - Windows). The connection is successful, but the code fails to transfer the file. The...

View Article

how can search first 10 character of Subject in IMAP

Dear Sir/MadamI want search first 10 characters of suject in IMAP, How to do this?thanks

View Article


Answered: Why do the error "LIBSSH2_ERROR_SFTP_PROTOCOL " occurs, while...

Make sure your path is correct. If it is, and your code still does not work, please instruct Tiny SFTP Server to log at Debug level and copy&paste the log here.I just gave this a try and was unable...

View Article


Need Help with Dynamic Port on TLS Proxy

We're trying to use the proxy to send out information using TLS 1.2 instead of 1.0 that our ERP system uses with our tax integration partner. We're running into an issue where the ERP is using the...

View Article

Answered: Need to create a virtual file system based on data from backend

It is not necessary to construct nodes before a download attempt. The presented code was just an example of GetFileSystemNotifier() usage.If you add logging into each notifier event, you will have...

View Article

Rebex pop3 Login (app-only mode) throws error when both Access token and...

Rebex Pop3(Version=6.0.8372.0) Login throws 'Authentication failure: unknown user name or bad password.' when trying to login using Access token and OAuth20 . Access mode being used is 'app-only' and...

View Article

Answered: EWS - Send Email

Hello, it looks like the permission you granted is not the one suitable for EWS. You have to add the "fullaccessas_app" permission, not "Mail.Send" (which is suitable for MS Graph API but not for EWS)....

View Article


Getting error while processing 250 parallel calls to send file to sftp using...

Hi Team,While testing with JMeter for 250 work items, getting below mentioned error. Most of the calls are getting failed for parallel calls. [11:22:58 ERR] On SendFileToSFTP Method:...

View Article

Image may be NSFW.
Clik here to view.

Answered: EWS - Send Email

From the reported error it seems that you are missing permissions for the "service@domain.com" account.Go to the Exchange admin center / Mailboxes page and click on the "service@domain.com" mailbox....

View Article


SYSLOG Server while processing message gets stuck.

Below is the code I am using, it initializes the syslog server using the status column from db. Appreciate your suggestions to better handle this code.public class SyslogService { public...

View Article

how can search first 10 character of Subject in IMAP

Dear Sir/MadamI want search first 10 characters of suject in IMAP, How to do this?thanks

View Article


Answered: SYSLOG Server while processing message gets stuck.

Please clarify what you mean by server gets stuck.You are not able to stop the server? Meaning that you ended in the endless foreach (...GetConsumingEnumerable()) loop?You need to call server.Stop();...

View Article

Function comparable to Bitvise on-upload command

Hello We use Bitvise's on-upload command to perform some work once files have uploaded - do Rebex offer a similar command?Regrards Sam

View Article

Answered: SYSLOG Server while processing message gets stuck.

Thank you for sending us the complete code.The main issue was that args.Message.ApplicationName.ToString(); raised NullReferenceException on a background task, which stopped execution of the foreach...

View Article
Browsing all 3858 articles
Browse latest View live