Authenticating with Kerberos to the proxy server
Hello.I am asking about the authentication of the proxy server itself, not the remote Http Server.If the proxy server only supports Kerberos authentication, how should I configure the proxy?If the...
View Articlehow 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 ArticleAnswered: Authenticating with Kerberos to the proxy server
Unfortunately, Rebex proxy does not currently support Kerberos. It only supports Basic authentication, or NTLM (with or without single sign-on).
View ArticleHow to create Zip
We have a Zip service running in Linux container that will compress files from Windows network shared folder and save the Zip file to network shared folder. Currently we use UNC path and SMBLibrary...
View ArticleBuru SFTP web admin service can't start with certificate defined in...
I'm having an issue setting the Buru SFTP web admin portal to work with my wildcard cert. I have it set in my server's personal cert store. I just tried adding it in to the webconfig file, and the...
View ArticleAnswered: EWS SendMessage with delayed delivery
Build 8581 from 2023-06-29 now includes feature "EWS: Added support for delayed sending to Ews.SendMessage method."EWS.SendMessage
View ArticleDose rebex have method or event for failed upload file handling.
Whenever any file got failed to upload at the client side I don't get the exact idea by which reason the file got failed to upload so does rebex have any event or method by which at server side I can...
View ArticleDoes RebexTinyWebServer Directory Listing/Indexing?
Hello, Quite often I am using RebexTinyWebServer as Download Server. Presenting a Directory Listing of the webroot directory would therefore be useful. Deleting "index.html" as in other web servers...
View ArticleHow should i configure web socket client in order to connect to a secure web...
How to connect to a secure web socket server using wss:// and a key or a certificate ?
View ArticleAnswered: Dose rebex have method or event for failed upload file handling.
You can detect SFTP error codes and messages by catching and handling SftpException with relevant status code. See the linked post for details.
View ArticleUpgraded Rebex missing ScpTransferProgressEventHandler
I inherited code which used an older version of Rebex. I am trying to upgrade it to work around a SCP::FileGet issue but am finding some incompatibilites. Is there a page that describes how to convert...
View ArticleAnswered: Does RebexTinyWebServer Directory Listing/Indexing?
Unfortunately, the auto-generated HTTP response of a directory listing is currently not supported. However, it is planned feature.I will increase the priority of this feature. I will let you know here...
View ArticleValidate key signature before accepting the connection using...
Validate the key before accepting the connection using the PreAuthentication. I'm not able to find any method to read the key on PreAuthentication handler
View ArticleAnswered: How to create Zip
Unfortunately, the SMB protocol is not supported by Rebex components directly.Rebex.IO.Compression.ZipArchive uses System.IO.FileStream to handle string paths. I was able to successfully read and write...
View ArticleAnswered: Does Rebex have method or event for failed upload file handling.
At the server side, you can register FileUploaded event handler. The event arguments contain HasFailed property, which can be used to determine whether the handle of the uploaded file was properly...
View ArticleAnswered: Select cipher suites from OS
The ciphers defined in the OS are part of the configuration of Windows Schannel, Microsoft's TLS implementation. Rebex components don't use Schannel at all, so trying to apply Schannel settings sounds...
View ArticleGet input and output from Terminal
Hello We want to create an advanced SSH console that can analyze input and output from the terminal and provide advices for the user. Can it be implemented in terminal control? Looks like event...
View ArticleAnswered: Execute action when file is renamed
Hi,This can be achieved using virtual file system API's notifier events. When creating the FileServerUser object, instead of specifying the virtual path, use a LocalFileSystemProvider, associate it...
View ArticleHow to handle error which is occurred from PutFileAsync.
As I have tried this solution but it's not working whenever error occurred in the PutFileAsync methos and also whenever an error occurred in the PutFileAsync it will throw a null exception so can you...
View ArticleAnswered: Timeout exceeded while waiting for welcome message. Make sure you...
Please Make sure you are connecting to an SSH or SFTP server.This error typically occurs when you are connecting to an FTP/SSL (often called FTPS) server. Please note that FTPS server is not able to...
View Article