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

Answered: How to resolve the exception "No connection could be made because...

Try connecting using .NET API. Does this work, or does it fail with "No connection coud be made ..." as well?using System.Net; using System.Net.Sockets; using System.Linq; var entry =...

View Article


FTP-Upload only successfull on second try | Ticket#5955787

Hello,I have the following problem on uploading files to a customers FTP. Every upload seems successfull but the uploaded file is only shown on the server if i do a second run. If I do the same with...

View Article


ImapFolder.NotSeenMessageCount is wrong

After connecting to Outlook 365 by IMAP and selecting a folder via Imap.SelectFolderAsync (read only mode), the value in Imap.CurrentFolder.TotalMessageCount is correct, but the value in...

View Article

Error while using the purge method in the Imap class

Good morning,I am experiencing an issue while using the purge method of the Imap class within the Rebex library, version 7.0.8720.The context in which the error occurs is when I attempt to execute the...

View Article

TerminalControl in Nuget package

Hello, how can I add the TerminalControl to the form, when the SSH Shell was installed as a .nuget package?thank you, Michael

View Article


TlsProxy hide localhost

Is there a way to hide that the forwarded request came from localhost? In my case the forwarded request ends up generating an email with a link and it takes it from the hostname which it sees as...

View Article

Answered: TerminalControl in Nuget package

When you add a NuGet package to your Visual Studio project and rebuild it, VS is supposed to add the controls to the designer's Toolbox automatically, unless this feature has been swithed off using...

View Article

Tiny Web Server config to start with log level off

Is there a config file parameter for log level?I am using for HLS streaming (private network)and the GUI becomes non responsive if the log level is not off.Thanks

View Article


Validating Chain Certificate with Rebex WebSocket

Dear Rebex,We are using a https://www.rebex.net/websocket/ library with our Xamarin project. We want to validate that our app user certificate, the CA attached to it, matches to the root certificate we...

View Article


CreateReply problem when ReplyTo is set

Hello, if I use the CreateReply method on a MailMessage with ReplyTo filled in, the To field contains both From and Reply to mail addresses.Example. OriginalMessage.From = "user-one@domain.com"...

View Article

About recursive problems like /usr/bin/X11/X11/X11/X11/...

Hello.I am asking a question because of a problem with repeated folder searches in SFTP. I don't know the exact terminology for this problem, so the explanation is a bit complicated.When connecting to...

View Article

Rebex Zip: ActionOnExistingFiles.OverwriteAll does not work

Hi there,I´m using/trying out Rebex Zip version 7.0.8657.0 (Rebex ZIP for .NET Framework 4.6-4.8) and found an issue when extracting files. That´s what I do:_archive = new ZipArchive(zipFileFullName,...

View Article

Answered: FTP-Upload only successfull on second try | Ticket#5955787

From the FTP client's point-of-view, both the transfers were performed the same way and both were successful and acknowledged by the server with "226 Transfer complete" response. If they are not...

View Article


Answered: ImapFolder.NotSeenMessageCount is wrong

SelectFolderAsync and GetFolderInfoAsync determine message counts by sending different commands with different responses, so different results could be retrieved if one of the commands produces wrong...

View Article

Answered: Error while using the purge method in the Imap class

This looks like a server-side issue. Unfortunately, Exchange Online's IMAP server is surprisingly buggy. To determine what's going on, create a server log using Imap object's LogWriter property (as...

View Article


Answered: How to receive bytes sent from client with SshChannel.Send()...

If you need to process raw input stream bytes, you can use the approach described in the following forum post:How to execute an external process using Rebex SSH Server?In your scenario, you don't need...

View Article

How can i list my cloud folder in sftp server?

Hi, im trying to list cloud folders and files in sftp server. In ftp server when LIST command came to server i make an api call to cloud retrieve list of folders and files and forward to client. How...

View Article


getting error while downloading file from sftp

FROM sftp few files are getting downloaded successfully. after that below errors are occurred.First Error: Failure; Listener is shutting down. Files cannot be opened anymore. --->...

View Article

Answered: How can i list my cloud folder in sftp server?

The SFTP protocol does not work by sending FTP protocol's commands over SSH shell. SFTP and FTP are two completely different file transfer protocols, despite the similar name.To have Rebex File Server...

View Article

DataProcessingMode.Automatic for Virtual Terminal

hello,is it possible to set DataProcessingMode to Automatic for the VirtualTerminal?Thank you, michael

View Article
Browsing all 3860 articles
Browse latest View live