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

Answered: Rename succeeds but throws exception

Hi,as requested I logged everything at debug level. What's strange is that the file permissions shown in the log are not the permissions I can see when using e.g. winSCP. In winSCP the file permissions...

View Article


emojis in subject line

Hi, How can you include emoticones in subject lines? Thanks

View Article


Answered: Rebex WebSocketClient Connect Exception

Thank you so much

View Article

Long delays using Gmail with Rebex Mail Client

Dear Sirs,I have a problem using Gmail with Rebex Mail Client. It works but it stops for a while in 2 different points. As described below the login needs 30 seconds. But the main problem is that each...

View Article

SFTP exceptions

Does the SFTP members GetFile() and PutFile() throw exceptions?

View Article


Answered: Long delays using Gmail with Rebex Mail Client

Hello,Please make sure that you are indeed using a Rebex Imap client (it is not called ImapClient).If you do, create a communication log using Imap object's LogWriter property (as described in the...

View Article

Understanding GetContent and SaveContent

We'd like to use Rebex.FileServer to add virtual file server capability to our product. The idea is that our product behaves like a (write-only) SFTP server, but instead of writing the data to disk,...

View Article

.Net Core Rebex Secure Mail implement IEMail Sender

I am trying to use rebex email to send identity confirmation emails in ASP.NET Core MVC (2.1) unfortunately the async code examples I have found don't seem to work in .Net core. The class I have is...

View Article


Answered: Understanding GetContent and SaveContent

Welcome to the Rebex forum, Robert. Thanks for the question.If i understand correctly: 1) You need to stream uploaded file over other network protocol. and 2) Avoid storing file to the local file...

View Article


The last character in the response from the Virtual Terminal is duplicated...

Hi,Sometimes I'm getting the last character from the VT response duplicated. I'm using DataReceived event of the VirtualTerminal object.For example, the following raw response:2018-10-05 14:29:16.472...

View Article

SMTP SMTPConfiguration in appsettings.json

Was wanting to pick up SMTPConfiguration.Default from appsettings.json but can't find any .net core examples doing that.

View Article

Answered: How to include port in HTTP Host header?

We considered it as bug. The port should be included automatically.Thank you for letting us know. I will make a hotfix. Do you want to receive it?

View Article

Answered: Understanding GetContent and SaveContent

Here is what I came up with, based on the inspiration I got from renestein. Writing the custom stream was trickier than expected (and I'm still not 100% sure if all the locking stuff is correct), but...

View Article


is it possible to automatically add timestamp to downloading files

Hi, I'm looking to add data and time at the end file name while downloaded. is there a standard way or workaround to do this.Thanks

View Article

Hello, I am using the Security component and when I validate a certificate I...

More specifically, Calling certificate.Validate(ValidationOptions.SkipRevocationCheck) or certificate.Validate(ValidationOptions.UseCacheOnly) or certificate.Validate(ValidationOptions.None) I see on...

View Article


Answered: is it possible to automatically add timestamp to downloading files

If you are using single-file operations GetFile or PutFile you can specify target path as argument.Unfortunately, there is no direct support for this in multi-file operations Upload or Download, but it...

View Article

SFTP GetUploadStream and Seek is corrupt file.

GetUploadStream() and Seek() doest not work.Stream stream = GetUploadStream(path); stream.Seek(0, SeekOrigin.Begin); stream.Write(...); stream.Write(...); ... stream.Flush(); stream.Close(); Stream...

View Article


Prompt detection in scripting when the prompt is variable

I need to execute scripts using SSH and Scripting. Each script is split into commands and executed individually, evaluating the output for each command. To identify the output, I use ReadUntilPrompt()....

View Article

Answered: Use Scripting class in both interactive and script mode

Yes, it is very probably caused by mixing ReadUntil() and Process(). This cannot be called simultaneously.My suggestion is this:Choose two special keys, e.g. F1, F2, for two cases: stop automatic...

View Article

Method envelopedData Load randomly does not load the certificate associated...

a: For specific certificate which has private key, the method loads the recipient and the certificate and property hasPriveteKey is true.b: For another certificate which has private key, the method...

View Article
Browsing all 3860 articles
Browse latest View live