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 a screenshot from the example program. Download example and sources: Site Synchronizer (362) References: SharpSSH...
Les merStore 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 configuration; so basically I wanted the INI way of storing configuration though in a XML type of format. After browsing the internet I found some...
Les merEncrypt 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 random mess. Thus I put together this Class that makes it rather easy for you to encrypt/decrypt files. It is based on managed Rijndael and the...
Les mer





