The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension POE::Component::Client::FTP.

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