Answered: Is there a way to read the raw ftp server response?
When the PutFile method finishes, it has already transferred the file and read all outstanding responses. There is no further response to be read at that point and therefore the ReadResponse method...
View ArticleAnswered: Rebex SFTP Server (FileSystem)
The custom file system provider is not writing to a network stream because unlike FTP, the SFTP protocol is a remote file system protocol with request/response architecture. It's not stream-based, and...
View ArticleWhich Network Connection is used on Windows Mobile 6.5.3?
We have devices running Windows Mobile (Windows Embedded Handheld) 6.5.3 and a .NET Compact Framework 3.5 application using the Rebex HTTPS Library Version 2019R3.We register the Library using the...
View ArticleAnswered: EWS OAuth Authentication
Hello,instead of filling your email address into an HTTP header, please try setting it into an SOAP impersonation header as the first error message said. To do that please use these lines of code...
View ArticleIs there any plans to add support for Microsoft Graph?
Given the age of EWS and recent announcements last year about Office365 no longer supporting basic authentication via EWS as of Oct 2020, does Rebex have plans to support Microsoft Graph api's as par...
View ArticleUnsure why receiving error: SftpException: Failure; Failure
I am using Rebex Total Pack for .NET 2019 R3.When attempting to rename the file on external SFTP server i get the following error: SftpException: Failure; Failure.We run a rename on the server using...
View ArticleAnswered: Is there any plans to add support for Microsoft Graph?
We already support OAuth 2.0 for EWS, and this will keep working with EWS after October 2020. We currently have no plans to support Graph API.
View ArticleSFTP Error when accessing a directory.
Hi I am trying to connect to a particular clients FTP site via our app that uses Rebex. I can connect to the same site and read their directory with both FileZilla and WinSCP.I can connect and login...
View ArticleWhich Network Connection is used on Windows Mobile 6.5.3?
We have devices running Windows Mobile (Windows Embedded Handheld) 6.5.3 and a .NET Compact Framework 3.5 application using the Rebex HTTPS Library Version 2019R3.We register the Library using the...
View ArticleAnswered: SFTP Error when accessing a directory.
Rebex SFTP issues SSHFXPSTAT command to determine whether the specified directory exists, and this action is also done when changing the current directory. Unfortunately, it seems that your SFTP server...
View ArticleAnswered: RetrieveMail: Expected ASN.1 type was not found.
The error occurs when parsing RSA/PSS signature algorithm's parameters (an RSASSA-PSS-params sequence). This cannot be currently turned off (it is done in order to gather data for MailMessage.Signers...
View ArticleHow do I get the current user from the ReadWriteFileSystemProvider...
I have a Rebex FileServer with an SFTP binding and an implementation of a ReadWriteFileSystemProvider. When a user performs certain operations on the SFTP server (file create/modify/delete/etc), I need...
View ArticleAnswered: RetrieveMail: Expected ASN.1 type was not found.
Please try loading the email using the following build of Rebex Secure Mail: https://www.rebex.net/getfile/be3a934cf8934a0fbb56b490ecd8e41b/RebexSecureMail-HotfixBuild7244-Trial-Binaries.zipThis should...
View ArticleAnswered: How do I get the current user from the ReadWriteFileSystemProvider...
It is very easy. Just use: ServerSession.Current.User
View ArticleThe "LinkAssemblies" task failed unexpectedly in Xamarin.Forms Android's...
Hello, I recently upgraded the Rebex.Sftp.Full library of my Xamarin Forms project to version 5.0.7244 When I want to compile the Android project with "Linking" option set to "Sdk Assembles Only", the...
View ArticleHow do I get the current user from the ReadWriteFileSystemProvider...
I have a Rebex FileServer with an SFTP binding and an implementation of a ReadWriteFileSystemProvider. When a user performs certain operations on the SFTP server (file create/modify/delete/etc), I need...
View ArticleAnswered: The "LinkAssemblies" task failed unexpectedly in Xamarin.Forms...
Hello,we have successfully reproduced your issue based on your development environment. Thank you for that. I share a link here for a trial hotfix build which worked for us within our application we...
View ArticleWhy no ED25519 curve support for .NET Compact Framework 3.5?
Why is the Ed25519 plugin not implemented for .NET CF 2.0/3.5, when using the Rebex HTTPS Legacy Library with the Open Source Simple Elliptic Curve Libraries?Is is simply not implemented yet, because...
View ArticleE-mails with invalid Content Id
In some e-mails that I receive content id's of inline attachments seem to be broken. When I load those e-mails using Rebex classes content id of LinkedResource is empty. Only...
View ArticleAnswered: Why no ED25519 curve support for .NET Compact Framework 3.5?
The current Ed25519 plugin is implemented in C++/CLI, which is not supported on .NET Compact Framework.Additionally, demand for Ed25519 on .NET CF has been very low.However, if you don't mind the...
View Article