Answered: SSH private key + SFTP + Powershell... Any examples?
There are two samples on our blog, and I'm adding additional samples here.This connects to our demo server, lists the root directory contents and downloads the readme.txt file:# load Rebex SFTP...
View ArticleThree Ways To Keep Your Shop Searching Just Exposed
starting a business long time ago - some 5 years back to be precise I had an itch to scrape. I was being hit from all sides online with emails and popups declaring approaches to earn an income online....
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 ArticleChattercams or Chattercams.com is a Chaturbate Clone
We are commencing our Chattercams (or Chattercams.com) testimonial by discussing the fact that this is not a real parasitic webcam sex chat site and its prices really are a moot point as you're really...
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 ArticleDoes the Fileset class support Ant patterns
Our app uses ant file patterns for selecting files, does the FileSet class support these or do we need to create our own descendent? Looking at the help, it looks like it may do, with ** support, just...
View ArticleObject reference not set to an instance of an object.
So I know this is a pretty common problem and but it's showing itself in a very unique way. I have built a program that basically retrieves emails via IMAP and then resends them. I build the program...
View ArticleAnswered: Does the Fileset class support Ant patterns
Hello,I am not sure what you mean by ant file patterns other than using '**' in the path. You can use this 'wildcard' in both Include and Exclued methods, as you probably read at our file set feature...
View ArticleRemove a few Received headers
Hello,How would I remove a few receive headers in an email? I can list them out fine but I can't figure out how to strip a few out. I'm a little confused as to how to leverage the removeat method of...
View ArticleAnswered: A new feature that you should add.
This looks useful. However, the encryption would not be done in-place anyway (otherwise, if the app was terminated in the middle of encrypting a file, we would end up with half-encrypted file). That...
View ArticleObject reference not set to an instance of an object.
So I know this is a pretty common problem and but it's showing itself in a very unique way. I have built a program that basically retrieves emails via IMAP and then resends them. I build the program...
View ArticleObject reference not set to an instance of an object.
So I know this is a pretty common problem and but it's showing itself in a very unique way. I have built a program that basically retrieves emails via IMAP and then resends them. I build the program...
View Article"Bad message" error
We get the following errors when connecting to an SFTP server. Any ideas?Exception Type: Rebex.Net.SftpException Message: Bad message; Bad message. Method that threw an exception: Void...
View ArticleAnswered: File priority in Rebex FTPS
Unfortunately, there is no such feature as file priority. Sorry.Your solution is the correct one. If you have more .SFV files to be uploaded, you can use FileSet class to easily select them:var...
View ArticleSMTP: Rebex.Net.SmtpException: An existing connection was forcibly closed by...
We send mail from two different modules. One is while configuration/setup and another is when you select the file and send mail to addresses.Configuration is success. But actual send mail is...
View ArticleAnswered: SMTP: Rebex.Net.SmtpException: An existing connection was forcibly...
Some server have been observed to have troubles with SMTP's "pipelining" and "chunking" extensions. Please try to disable them before calling the Send method and let us know whether this has any...
View ArticleSupport for Signature algorithm RSASSA-PSS
Are you planning on implementing support for the Signature algorithm RSASSA-PSS (as per IETF RFC 4056)in SecureMail before the end of 2017?This will be a mandatory requirement here in Germany as of 1st...
View Article