Archive

Rebex SFTP (SSH File Transfer Protocol) now supports .NET CF

  |   Martin Vobr

Rebex SFTP component for .NET Compact Framework has just been released. It features the same API as the standard version, and both 1.0 and 2.0 versions of .NET CF are supported. Of course, it comes with many samples including simple-yet-usable PocketPC ...

Rebex Secure FTP name changed to Rebex FTP/SSL

  |   Lukas Pokorny

Since the release of Rebex SFTP component (an implementation of SSH file transfer protocol), the name of Rebex Secure FTP was no longer suitable for our FTP over TLS/SSL component, because Secure FTP and SFTP are just too similar. For this reason, we ...

Build 2567 released: SFTP supports public key authentication

  |   Lukas Pokorny

Build 2567 adds an important new feature to Rebex SFTP component - support for public key authentication. Instead of using a password to authenticate, it is now possible to use an RSA or DSA private key instead. Check out the public key authentication ...

New component: Rebex SFTP for .NET - file transfer over SSH

  |   Martin Vobr

A new component has just been released: Rebex SFTP for .NET. Rebex SFTP provides secure file system access over an SSH channel using the SFTP protocol. SSH is a set of standards and a protocol that allows establishing a secure channel between the ...

Rebex Time for .NET version 2.0 released (NTP/SNTP component)

  |   Martin Vobr

Rebex Time for .NET/.NET CF, our component for time synchronization with NTP or SNTP servers, has reached version 2.0. What's new? The API has been completely redesigned to be more intuitive and easier to use. Added SystemClock class for setting the ...

New build, minor bugfixes

  |   Lukas Pokorny

A new build 2449 has been released today with the following changes: FTP (Samples): Fixed a bug in the VB.NET version of WinFormGet sample that made it fail in .NET 2.0. Secure FTP (Samples): Fixed a minor bug in WinFormClient sample that made it ...