waiting to pick up my new toys.. The joy
SSH/SFTP client in VB.net with sources

SSH/SFTP client in VB.net with sources

I was browsing the web and found a open-source library for using SSH/SFTP connections in .NET. Thus I put together this example that contains methods to upload, download and list directories. I’ve made the class easy to use so that you can with ease implement progressbar and such on the transfers. Below you can see [...]

Store your application config as XML

As I stated in the previous post, the new project of mine I am rewamping most of my old libraries and the configuration is no different. Usually I stored configuration using old INI files, but well – thats a bit outdated now in 2009. I still wanted a similar way to store and get my [...]

Encrypt and decrypt files in VB.net

As I’ve been working on a new project lately, I needed a way to encrypt/decrypt files quickly and easily in VB.net. For some reason I found tons of examples around the internet, but either you had to put them together yourself, or they were poorly coded or coded in a way that seemed like a [...]