Revision history for Perl extension Net::Lite::FTP.
0.19
- EncryptData=0 behaviour changed. We no longer send "PROT C", "PROT P" at every command.
- $ftp->message() command returns last response from FTP server.
- bug - pureftpd tends to return strange line as reply to 'PASV', we
now die instead of hanging indefinitely. (TODO - rething error handling)
0.17 Mon Jan 24 18:49:25 CET 2005
- use unique IO::Handle for every connection instead of 3 global globs.(BROWN PAPERBAG BUG!)
- cdup
- slowly improving error handling...
0.12 Tue Jan 18 19:48:52 CET 2005
- rename("from","to") introduced
- NLST and LIST fixed (thanx to Pablo Valenzuela)
- PBSZ and PROT no longer required in client code.
- SIZE implemented (thanx to Pablo Valenzuela)
- login ( user, pass )
0.10 Tue Jan 18 09:19:53 CET 2005
- Debug, EncryptData properties. Documentation fixed.
0.09 Fri Jan 7 20:41:03 CET 2005
- get and put are working, so are slurp and blat.
0.06 Wed Jan 5 09:55:51 CET 2005
- NLST, GET, PUT
0.02 Wed Jan 5 09:55:51 CET 2005
- hello world version
0.01 Wed Jan 5 09:54:58 2005
- original version; created by h2xs 1.23 with options
-Xn Net::Lite::FTP