Fabio Erculiani a97e726622 entropy.transceivers: implement support for FtpInterface.get_file_md5 in FtpServerHandler
The aim is to make php handlers not always required when there is a FTP
server that supports "SITE MD5" commands (like proftpd with mod_md5).
This commit makes FtpServerHandler able to handle such feature and avoid
using any other external hook. If server support is found, this verification
is enough. If support is broken, FtpServerHandler will try to fallback to
previously supported features, if enabled (use_handlers variable).
Moreover, FtpServerHandler now makes use of entropy.tools.is_valid_md5
instead of just checking if provided strings are long 32 chars.
2009-05-10 16:29:30 +02:00
2009-05-09 21:21:39 +02:00
2008-12-30 18:43:16 +00:00
2009-05-09 09:08:31 +02:00
2009-04-02 13:45:25 +02:00
2009-04-02 18:53:42 +02:00
2009-05-03 22:02:54 +02:00
Description
No description provided
136 MiB
Languages
Python 98.8%
Shell 0.7%
Makefile 0.4%