Answered: Possible to build a "virtual" file system?
We added a powerful and simple-to-use custom file system API to Rebex File Server 2017 R4.For additional information and sample code, check out the Virtual file systems page.The File Server package...
View ArticleAnswered: how can I download a list from a database using Rebex SFTP client...
We added a powerful and simple-to-use custom file system API to Rebex File Server 2017 R4.For additional information and sample code, check out the Virtual file systems page.The File Server package...
View ArticleFile Server: Delivering Large Files and Memory Crashes
We are using the SFTP FileServer component to allow users to download large files from our servers. These files can commonly be more than 2GB, up to 6GB and even more. The largest is 12GB. We are...
View ArticleSignatureHash and MailEncryptionAlgorithms
We used to use default algorithms (SHA1 for hash and TripleDES for encryption) while sending secure Emails. If I was to change these defaults to SHA512 for hash and AES256; what effect would it have...
View ArticleAnswered: File Server: Delivering Large Files and Memory Crashes
This looks like something very strange is going on. In the SFTP protocol (and therefore Rebex File Server), files are transfered in multiple chunks of several tens of kilobytes in length each, which...
View ArticleTlsException
The code did originally run with no errors. When the server was relocated to a new subnet network, we now receive errors. The server name can be resolved to an IP address at a command line.Any...
View ArticleRebex SMTPException Response code list
Hi We are using Rebex for sending web mail. * While sending mail getting different SMTP exception response code for same reason with different mail client. * Getting same SMTPException response code...
View ArticleAnswered: SFTP PutFile silently fails
The log indicates that the file was actually transferred to the server successfully. If any error occured at the server-side, the server has not report this to the client.However, the 'The message...
View ArticleSftp connect "The client and the server have no common algorithms."
We are running Assembly Rebex.Net.Ssh, Version=1.2.2800.0,and are getting this error when using the attempting to connect to a RHEL 7 server.[System.Exception: ***** A SftpException has occurred....
View ArticleModify recipient list
Hello,I'm pretty far long the way of getting my solution working however I'm a struggling a little bit with how to modify the recipients. Basically what I'm doing is loading a message from IMAP, then...
View ArticleAnswered: Sftp connect "The client and the server have no common algorithms."
That version of Rebex SFTP has been released 10 years ago and is no longer suitable for use with current SFTP servers. Many servers now require the client to use SSH ciphers that have not even existed...
View ArticleRebex.Sftp: The server has closed the connection
I have started getting the following error while uploading file at ftp. I was working quite a few days before.Rebex.Sftp - Runtime Version: v4.0.30319Details: Message: The server has closed the...
View ArticleAnswered: CMD access on compact 2013
This is possible, but some parts of this scenario have to be custom-implemented (this is not a primary purpose of Rebex File Server).To make this work, you have to register a custom command using...
View ArticleSSH private key + SFTP + Powershell... Any examples?
Are there any examples, using PowerShell (or perhaps something I can interpret - not a programmer... :( ) that I can use for SSH Private key authentication + passphrase to an SFTP server?Thanks in...
View ArticleRebex SFTP GetFile method - Writing previous file content
We are using Rebex version 2.0.4086.0 to download and upload files from/to SFTP server.We are reusing the same rebex connection by checking the GetconnectionState() for downloading files from SFTP...
View ArticleRebex HTTPS - support for WCF proxies using HttpChannelFactory
Hello, I am trying out Rebex HTTPs for our Compact Framework.Net app. The app makes extensive use of WCF calls using proxies generated by the CF.Net version of svcutil. I am using the...
View ArticleUsed Rebex trial to support TLS 1.2 in windows CE and failed.
Hi, I downloaded RebexHttps-2017R2-Trial.exe to support TLS 1.2 in .net CF 3.5. I did the adjustment but cannot log into https sites. My code is given bellow. This was an existing code and i modified...
View ArticleAnswered: Rebex SFTP GetFile method - Writing previous file content
Even though Rebex SFTP 2.0.4086 is more than 6 years old, we are not aware of any issue resembling what you describe. What do you mean by "heavy load"? Are you calling GetFile multiple times at once?...
View Article