Posts Tagged ‘web’

Python FTP Uploader in right click menu

Filed under: Python

This tutorial will show you an example of how I’ve been using Python to make my life easier and make my computer do what I want. Here we’re going to add an option to the right click menu to upload a file to your FTP storage. Like so:

I’ve been using Python for a while now and have come to love it. The language is very intuitive, and most of the time I know exactly how to do things which I’ve never done before; because they’re done in the most intuitive way. It’s very good when it comes to doing little tasks quickly. For example I have scripts that watch the household internet usage, or fetch a live proxy server list for me, or crawl image boards to make slideshows. I think this upload function is the most handy thing I made thusfar, so I thought it’ll be nice to share. I think everyone who regularily puts pictures on their site to show to others knows how annoying it is to be whipping out the ftp client just for that.

This is probably going to be my first actual tutorial. Ever. Lets see how I go!

(more…)

Tags: ,

Permalink Comments (6) GearGOD Oct 7, 2007