Thursday, December 17, 2009

FTP Applet

So I designed another application that uploads the txt file onto his ftp server. It was a little unusual that Java doesn't have an easy integrated way to upload to ftp's, but I found a nice little .jar file online that made it easy enough. I also made an applet that I will just put into his inventory.html page. It's basically just a table that gets its cell data from the txt file that I had uploaded to the ftp server. This way, my dad can update his inventory, and when he feels like it, just double click the updateInventory.jar file and it will automatically update his online inventory. He doesn't have to fool around with dreamweaver or excel anymore. How's that for stupid-proof?

No comments:

Post a Comment