Revision history for Perl extension POE::Component::Client::FTP.

0.07 (08/25/02)
  - connected now posts the server message, that should be the last of those
  - updated samples/list.pl to test connect message
  - dir and ls commands are backwards from what most ftp clients use. I'll
    probably fix it later if I need to do some other major change to break
    backwards compatibility
  - fixed stop state so the component should unload upon disconnect
  - added code for timeout to work, have not tested it

0.06 (07/15/02)
  - active mode implemented
  - more attributes respected
  - fixed bug where failed login goes to ready state
  - filters can be specified for complex events such as ls
  - put and default complex handlers overlap are more generalized
  - put_ready is now put_connected, interface should solidify by .1
  - added status line information to login events
  - updated samples for new put interface
  - added a list sample which demonstrates incorrect logins and Filters
  - made code work with older versions of POE
  - added mode constants
  - made POE::Filter::Ls helper class, grab it off cpan
  - problems determining default ip in active mode to interface, see BUGS
  - 0.07 should be out soon, completing many of the half-implemented
    features

0.05 (05/25/02)
  - ls and dir now use Filter::Line, get and put use Filter::Stream
  - put_close sends a put_flushed message so that if you close after
    last data item had been flushed, it will be able to detect it
  - adding more control over what to show in DEBUG modes
  - added another sample demonstrating ls, put and get
  - fixed a variety of bugs with _flushed being sent extraneously in
    put methods
	
0.04 (05/23/02)
  - added POE to prerequisite list, hopefully make test works now
  - improved handling for put_ using a queue built on top of the Wheel
  - included a sample script for tracking status of a put
  - not using _begin anymore since _connected is what we really want
  - mapped 'delete' to dele, I think thats the last of these...       

0.03 (05/22/02)
  - fixed 'cd' bug where cd was not mapped to cwd

0.02 (05/20/02)
  - more information in events outputted
  - added some documentation

0.01 (05/18/02)
  - initial release