The writings of Peter Stuifzand

File Transfer Program

File transfer program in the making.

A program that will make it easy to send files to other people. The biggest part of it should be security, privacy, speed and ease of use.

It will probably be most useful in schools, where students have to work together on some projects and want to share files, without too much trouble.

Updated Thu Jan 24 13:18:51 CET 2008

I made two simple programs for POE that send a file from one to another computer when it is placed in a dropbox. The dropbox is a directory which is monitored with POE::Component::DirWatch. When a file is placed in this directory it's automatically send to the other computer.