Archive

Three decades of FTP protocol

  |   Lukas Pokorny
FTP

How old is the FTP protocol? Its history started 44 years ago and the first specification of its current incarnation was published 35 years ago. However, this October marks the 30th anniversary of RFC 959, which remained the authoritative specification ...

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 ...

Processing Outlook .MSG messages

  |   Lukas Pokorny

Rebex MailMessage class was originally designed to work with e-mail messages in MIME format - this format is used by almost all Internet email transmitted via SMTP. However, MIME is far from being the only e-mail message format in existence. Microsoft's ...