Maximum concurrent office365 connection (EWS)
We want to use one mailbox with office365 to add many leads from many company. The thing is that many connection will have to be created (our software is local) to the same mailbox to read emails. This...
View ArticleAnswered: Rebex.EWS.StoreMessage stores messages on exchange server in...
EWS ignores the "X-Unsent" header and marks new messages as "Unsent" by default.However, it seems that it can be changed using the extended MAPI properties.Unfortunately, it is not possible to use MAPI...
View ArticleConnection type for FTP client
Hello Does Rebex.FTP have equivalent to the System.Net.FtpClient.FtpDataConnectionType and how it is set for the FTP client? Thank you
View ArticleProxy support for NTP
Hi!Does NTP synchronization have proxy support? If not, is that planned?Regards, Christian
View ArticleAnswered: Connection type for FTP client
The Rebex FTP API is designed a little different. However, behavior of the System.Net.FtpClient.FtpDataConnectionType can be achieved.At first step, you have to thing, whether you want to use Passive...
View ArticleThe located assembly's manifest definition does not match the assembly...
Hello,just downloaded the Trial of your Secure Mail component and want do use it from another software (ZennoPoster, an webautomation framework in C#). The problem is, when I try to add the reference...
View ArticleImap search parameter including quotes doesn't work
I'm trying to filter some messages by searching for example with this value : id="1122" Note quotes must be includedHere my email :<?xml version="1.0" encoding="UTF-8" ?> <adf> <prospect...
View ArticleAnswered: The located assembly's manifest definition does not match the...
Hello,It looks like the ZennoPoster application itself uses Rebex FTP/SSL and comes with the following DLLs:c:\Program Files (x86)\ZennoLab\ZennoPoster Demo\Progs>dir Rebex* Volume in drive C is OS...
View ArticleAnswered: SFTP server in java
Unfortunately, we only support .NET at the moment.Rebex File Server can run in Linux with Mono, and one of the next releases will include experimental support for the new .NET Core that supports Linux...
View ArticleAbort Connection
Hello, In your sample FtpWinFormClient, the "Abort" button works only for Upload.If I am trying to download and I click "Abort", the connection is blocked, and if I re-try to re-download something...
View Articlessh exec program
I'm looking to execute git or mercurial using the rebex FileServer. Any pointers. I have done this before using another library (which has problems, hence looking at alternatives), and it seems Rebex...
View ArticleAnswered: Abort Connection
Actually, the FTP protocol can have problems with aborting download transfers.When uploading data: when abort is requested, client simply stops reading form input stream and the operation is...
View ArticleGetItems Traverse Mode does not work
Hello I am using Rebex.FTP(v. 4.0.6249.0) library for my FTP client and I have troubles with GetItems method's traversalMode parameter. If it is set to NonRecursive, only the current directory is...
View ArticleStrange 0, 1 og 2 rootfolder in zip-file
The ZIP-files that are created using Rebex ZIP contains a rootfolder by the name 0, 1 or 2.Why is this rootfolder created and how can it be avoided?I use FileSet.Using archive As New...
View ArticleAnswered: GetItems Traverse Mode does not work
When using TraversalMode.MatchFilesDeep or TraversalMode.MatchFilesShallow, you cannot use paths which explicitly refer to directories. Such paths are for example these:"/dir/""/dir/.""/dir/.."You...
View ArticleSFTP filepath
Hi, I'm trying to send a file to an SFTP server. I can connect to the server without a problem, but when it comes to sending the file nothing happens. I suspect it may be the file path although I've...
View ArticleAnswered: ssh exec program
You are right, Rebex File Server doesn't support executing external commands. Its simplified virtual shell is mostly supposed to complement SFTP and SCP protocols and all the built-in commands only...
View ArticleRebex.FileTransfer.dll
We've been using the IFilesystem interface to implement our own file storage system on our SFTP server. It works great. We use build 2.0.6198.0 that we received as a beta when we purchased the product....
View ArticleSftpException thrown for certain servers
I cannot establish a connection to one of our customer's server. Exception message is: Rebex.Net.SftpException: The requested name is valid, but no data of the requested type was found ->...
View ArticleAnswered: Rebex.FileTransfer.dll
Yes, custom file system support is still in beta - it had a lower pripority than HTTPS or elliptic curve cryptography, unfortunately.I just sent you a link to the current Rebex File Server with...
View Article