Answered: Make sure you are connecting to an SSH or SFTP server
Hi,According to Akamai's NetStorage User Guide, it looks like the proper host name might be "[serverprefix].sftp.upload.akamai.com" instead of "[serverprefix].upload.akamai.com".The following example...
View ArticleExchange API Azure - Mailbox access
I'm currently accessing Exchange API through OAuth access token.However I had to select 'fullaccessas_app by using Exchange Web Services with full access to all mailboxes'Is it possible to restrict the...
View ArticleAnswered: Can I intercept resumed downloads with Virtual File System?
Hello martin-cod, welcome to the Rebex forum and thanks for the question. I don't know details about the capabilities of the backend storage, but I think that the following code should do the trick....
View ArticleShould I call the CheckConnectionState instead if I don't want to have the...
Another question is, when the server (FileZilla) shuts down, how come we are not getting the "421 Server is going offline" from the logger.
View Articlevalidate mail signature during pop3 retrieval
Hello, i need some sample code in VB (C# is ok also) for validating a mail signature while retrieving mails with pop3. In case of an invalid signature, i need to pop up a message instead of displaying...
View ArticleAnswered: Should I call the CheckConnectionState instead if I don't want to...
Yes, CheckConnectionState or GetConnectionState might be a better option in that case. However, if you used KeepAlive, you should actually be getting the server's shutdown message when you call the...
View ArticleAnswered: How to Tunnel Efon VNC server over SSH on WinCE 7
Hello, we have not been providing .NET CF samples for several years. However, Rebex API in the legacy .NET CF edition is a very big subset of the mainstream edition API, so mainstream edition samples...
View ArticleAnswered: sFTP file downloads hang for large files
SSH renegotiation is a common cause of issues. In addition of it being prone to bugs, there also seems to be a disagreement on whether the SSH specification allows SSH data packets to be transmitted...
View Article530 Non-anonymous sessions must use encryption
Hi Team,We are receiving the error message "530 Non-anonymous sessions must use encryption" while connecting to the FTP from Rebex API. Below is the code we have written to connect.Ftp client = new...
View ArticleAnswered: How to authenitcate only using the keys?
Hi sam,Use 'userPublicKeyDir' property in the configuration file - see https://labs.rebex.net/tiny-sftp-server for other configuration properties.
View ArticleIs REBEX 2020R3 compatible w/NET Core and Standard
Hi!I'm planning to utilize REBEX SECURITY, REBEX TIME and REBEX ZIP in environments like .NET Core 3.x and .NET Standard (which calls .NET Framework behind the scene).Are these DLL's compatible with...
View ArticleDecrypt a string
How can I best decrypt an encrypted string (Rijndael) with REBEX? Any tips / hints?Thanks.
View ArticleAnswered: Is REBEX 2020R3 compatible w/NET Core and Standard
Hi,Rebex Security, Rebex Time and Rebex ZIP support .NET Standard 2.1 on .NET Core 3.1 (on Windows, Linux and macOS), and .NET Standard 2.0 on .NET Core 3.1, 2.1, on Xamarin.iOS 12.3 (or higher), on...
View ArticleSSH Server user authentication - No Password
Hi,The client that is connecting is old and does not have support for a password :(I'm using a modified version of the file server example shown here: https://www.rebex.net/file-server.I want to add 1...
View ArticleAnswered: User root directory on network share?
UNC paths work fine, e.g.buru user add test --password test --rootdir \\workstation\dfsPlease make sure the server account has access to the path specified.
View ArticleAnswered: Buru SFTP multiple connections limit
Currently there is no artificial limit for concurrent connections nor is it currently possibly to set up one. There is an internal limit for pending connections on the listening socket, but in...
View ArticleGetting error "450 Transfer aborted. Link to file server lost"
Connecting through FTP with SSL, our customer gets the following error message:450 Transfer aborted. Link to file server lostHere is the full log.I'm rather clueless. Google did not show me any...
View ArticleGetting TLS exception
I'm getting:Error while processing TLS packet: Rebex.Net.TlsException: Fatal error 'ProtocolVersion' has been reported by the remote connection end.when connecting to an FTP host.Here is the log file....
View ArticleAnswered: Getting error "450 Transfer aborted. Link to file server lost"
We have not seen this error yet. However, it actually comes from the FTP server, so it would be useful to check out corresponding entries in the server's log files, to see why it reported this error to...
View Article