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

How to Tunnel Efon VNC server over SSH on WinCE 7

We are working with a device running windows embedded compact 7we need to have remote access to this device, through a VNC EFON server. We want to implement a connection through an SSH tunnel using...

View Article


Answered: literal ? and * in IFtp.GetItems

There is no way to escape wildcards at the moment.However, your example can be implemented simply by using FileSet class with basePath set to "/?" (basePath does not evaluate any wildcards). It can be...

View Article


Rebex FileServer upload speed is slow , only 300kb/s with...

Rebex FileServer upload speed is slow , only 300kb/s even after we set the values. Is there any way to improve the performance? Any idea why it is so slow? service.Settings.UseLargeBuffers = true;...

View Article

Rebex FileServer upload speed is slow even after setting buffers

Hi, We use FileServer.Net to setup SFTP server and the upload speed is too slow, only 200~300KB/s. We tried to set settings as below but no improvement. Is there any way to improve the performance?...

View Article

Image may be NSFW.
Clik here to view.

Answered: Rebex.Net.SFTPException Negotiation Failed

this is the error message that i am getting

View Article


SFTP .Net - downloading Files with umlauts like äöü results in File not found

Hello,I cannot download files with umlauts like ä,ö,ü. The following exception is thrown:2018/01/539-550_Referenzkennzeichnung-in-Schaltplänen.pdf Exception thrown: 'Rebex.Net.SftpException' in...

View Article

Getting error "450 Transfer aborted. Link to file server lost"

Connecting through FTP with SSL, our customer gets the following error message:450 Transfer aborted. Link to file server lostHere is the full log.I'm rather clueless. Google did not show me any...

View Article

Answered: SFTP .Net - downloading Files with umlauts like äöü results in File...

It looks like the client and the server are using different character encoding for some reason.Please try setting Sftp's Encoding property to the following values and determine whether any of them...

View Article


Answered: tlsproxy - client cert auth possible?

Unfortunately, client certificates are not supported by tlsproxy yet, but we plan to add some kind of support for this.However, what you want to achieve is not technically possible in a straight...

View Article


Answered: Rebex FileServer upload speed is slow even after setting buffers

Our latest release, Rebex File Server 2020 R5, increases server-side SFTP receive buffer size. The small buffer size of 128KB was not affected by server settings and caused slow speeds in some...

View Article

Answered: TLS 1.2 cipher preference in Rebex HTTPS

In all versions of TLS protocol, the TLS client provides a list of ciphers it supports (in its preferred order), and the TLS server is free to choose any one of them. The TLS client has no choice but...

View Article

Answered: Ed25519 support without Rebex Labs plugin?

You don't need to (1) and (2) any more, it's now optional.However, the build-in Ed25519 implementation is still a bit slower than the plugin, so it might make sense to keep using the plugin for now, in...

View Article

Why Imap.CheckConnectionState missing in Rebex IMAP/SSL (2018 R1.1) for .NET...

I've noticed that method Imap.CheckConnectionState is missing in .NET Standard 1.5-2.0 version of Rebex.Imap.dll while it exists in .NET 4.0-4.7 version. What is reason of that? I'm porting my code...

View Article


FileServer / VirtualFileSystem / Additional methods

Hi,when implementing a virtual filesystem it would be really beneficial for performance and scalability reasons to have an alternative method to handling file content. At the moment it is always a...

View Article

Answered: Why Imap.CheckConnectionState missing in Rebex IMAP/SSL (2018 R1.1)...

If you are porting code from .NET Framework to .NET Core, by all means please use the .NET Standard 2.0 version of Rebex.Imap.dll that was first released with Rebex Secure Mail 2019 R1. It does contain...

View Article


.Net Sftp stopped working

HiI downloaded a free trial of your .Net library. Working with .Net 4.7. Tried connecting to a server yesterday. All was fine - I could retrieve items. Today I am getting exception:...

View Article

Connection reset while FTP uploading

Hi,I didn't tested it out, but how is your library acting whenever a connection reset happens i.e. because of a 24 hour DSL connection reset. Is there a flag or whatever to resume upload when using FTP...

View Article


Answered: .Net Sftp stopped working

It seems to be working now. I was not calling Disconnect. After calling that I am not having any issue.Does that make sense?regards Vinay

View Article

How can i obtain UniqueId from MessageId

Hello I am sending a mail message using SMTP and Rebex, I am getting the messageId while sending email and storing it in my database, but later on i want to know if it is delivered or not. i can see...

View Article

Answered: Connection reset while FTP uploading

Hi,When a connection fails, active FTP or SFTP sessions represented by Ftp or Sftp objects fail as well. If you need to resume a transfer, you have to do that explicitly. For single-file transfers, you...

View Article
Browsing all 3860 articles
Browse latest View live