Revision history for Perl extension Net::Lite::FTP.
0.61 - hotfix - nlst vs list
0.60 - try to support explicit ftps ( self->{FTPS}=1 )
0.59 - setsockopt - set TOS LOWDELAY on control channel, and THROUGHPUT on data channel, set keepalive on control channel.
0.57 - report read bytes in PutUpdateCallback (this still needs work)
0.56 - report read bytes in GetUpdateCallback
0.55 - mkdir, rmdir
0.54 - sub readln, fix for:
OPEN.Received:220 xanax.wig.lublin.pl FTP server (Version 6.SRV Response: 220 xanax.wig.lublin.pl FTP server (Version 6.RECV: 220 xanax.wig.lublin.pl FTP server (Version 6.OPEN..Received: xanax.wig.lublin.pl FTP server (Version 6.Sending: USER anica
SRV Response: 00LS) ready.
0.52 - cosmetic fix to size()
0.51 - cosmetic fix to size()
0.50 - oups, fix size()
0.49 - if ($sth=0) instead of $sth==0 fixed.
continuations fixed.
0.48 - fix size() ( previously lost fixes ), fix multiline broken in 0.47
0.47 - fix response, fix size, introduce rawmessage
0.46 - mdtm support
0.45 - improved logging (damn undefined response)
0.44 - NLST processing, 1xx response means - data follows, 2xx means you can close the socket,
200 Series: The requested action has been successfully completed.
100 Series: The requested action is being initiated, expect another reply before proceeding with a new command.
4xx, 5xx - errors.
0.43 - Meta.yml test
0.42 - die ..
0.41 - putt error code in ErrMSG (this probably still needs fixing)
fix 0.40(double get), undef on error in reponse.
0.40 - try to fail when RETR fails -
reported by Maria Ian, should fix RT#17847
0.39 - try to fail when STOR(APPE) fails - like
put: Access failed: 550 cpuinfo: Overwrite permission denied
0.37
- APPE - appe(), blatappe() support.
0:36
- rollback
0:34 Wed Nov 30 09:43:41 CET 2005
0.28 Wed Mar 30 21:02:24 CEST 2005
0.20 Sat Feb 12 20:31:26 CET 2005
0.19
0.17 Mon Jan 24 18:49:25 CET 2005
0.12 Tue Jan 18 19:48:52 CET 2005
-Xn Net::Lite::FTP