Blendo FTP Uploader


Last year I switched this blog to a static site. It’s been great! However, one cumbersome thing was the process of uploading site changes.

So! I made a little program to streamline that.

DOWNLOAD BINARIES & SOURCE CODE

1. LOGIN

This is what the program looks like. The important thing here is the local filepath and remote FTP filepath fields.

When you click Connect to FTP, you’ll see…

2. UPLOAD

This window displays a list of all the changes that will be made. To confirm the changes, press the upload button. Done!

Specs

This program was written in C# using the default Windows Forms Application template. It uses FluentFTP library 17.4.2.0.

Disclaimer

This program is incredibly untested. Use at your own risk!

Et al

There’s something soothing about making mini productivity programs like this.

For me, part of it is how they’re so straight-forward. Whereas game development is a gnarled twisty process, little programs like these feel more akin to jigsaw puzzles. You slam it together and it’s immediately gratifying. The end.