SFTP

App Showcase: How we use Rebex.NET in PHP Tools for Visual Studio

  |   Miloslav Beno

PHP Tools by Devsense provide a whole PHP development environment for Visual Studio. For PHP projects it is important to be able to publish changes incrementally using both FTP/S and SFTP incrementally. By using Rebex.NET components, we could focus on our part of the process related to PHP and Visual Studio and we let the Rebex.NET handle all the transfer protocol related issues.

Buru SFTP server for Windows released

  |   Martin Vobr

We've released a new product - Buru SFTP Server. Buru server is a low-ceremony SFTP server for Windows. Rich command line interface Unlimited users and connections Granular access rights for folders. SFTP and SSH support Web administration (optional) ...

An SFTP test server you can run on your desktop

  |   Martin Vobr

Are you going to write some SFTP-client app and don't have a server to connect to? Try Rebex Tiny SFTP Server. It's free to use. No installation needed. Just download the ZIP, unpack it and run the application. Server started for the first time: ...

Write your own SFTP server in C#

  |   Martin Vobr

Why would anyone want to write their own SFTP server? Why not choose one of many existing SFTP servers, you may ask. Why Some of reasons for not using a ready-made SFTP server include: Simple installation. Just copy an .exe, run it, and see it ...