ANN: Python FTP Server library (pyftpdlib) 0.2.0 released
Le
Giampaolo Rodola'
Hi,
I'm pleased to announce release 0.2.0 of Python FTP Server library
(pyftpdlib).
http://code.google.com/p/pyftpdlib/
About
Python FTP server library provides a high-level portable interface to
easily write asynchronous FTP servers with Python.
Based on asyncore framework pyftpdlib is actually the most complete
RFC959 FTP server implementation available for Python programming
language.
Major changes
* Support for FXP, site-to-site transfers.
* NAT/Firewall support with PASV (passive) mode connections.
* Configurable range of ports to use for passive data transfers.
* Per-user messages configurability.
* Maximum connections limit.
* Per-source-IP limits.
* Maximum login attempts limit.
A complete list of changes including enhancements and bug fixes is
available here:
http://code.google.com/p/pyftpdlib/...aseNotes02
More links:
* Source tarball: http://pyftpdlib.googlecode.com/fil...2.0.tar.gz
* Online docs: http://code.google.com/p/pyftpdlib/wiki/Tutorial
* FAQs: http://code.google.com/p/pyftpdlib/wiki/FAQ
* Roadmap: http://code.google.com/p/pyftpdlib/wiki/Roadmap
* Issue tracker: http://code.google.com/p/pyftpdlib/issues/list
Thanks,
-- Giampaolo Rodola' < g.rodola [at] gmail [dot] com >
I'm pleased to announce release 0.2.0 of Python FTP Server library
(pyftpdlib).
http://code.google.com/p/pyftpdlib/
About
Python FTP server library provides a high-level portable interface to
easily write asynchronous FTP servers with Python.
Based on asyncore framework pyftpdlib is actually the most complete
RFC959 FTP server implementation available for Python programming
language.
Major changes
* Support for FXP, site-to-site transfers.
* NAT/Firewall support with PASV (passive) mode connections.
* Configurable range of ports to use for passive data transfers.
* Per-user messages configurability.
* Maximum connections limit.
* Per-source-IP limits.
* Maximum login attempts limit.
A complete list of changes including enhancements and bug fixes is
available here:
http://code.google.com/p/pyftpdlib/...aseNotes02
More links:
* Source tarball: http://pyftpdlib.googlecode.com/fil...2.0.tar.gz
* Online docs: http://code.google.com/p/pyftpdlib/wiki/Tutorial
* FAQs: http://code.google.com/p/pyftpdlib/wiki/FAQ
* Roadmap: http://code.google.com/p/pyftpdlib/wiki/Roadmap
* Issue tracker: http://code.google.com/p/pyftpdlib/issues/list
Thanks,
-- Giampaolo Rodola' < g.rodola [at] gmail [dot] com >

Poser une question


fournit, je cite : "une interface portable de haut niveau pour écrire
facilement des serveurs FTP asynchrones avec python", fin de citation.
Voilà ; les ceusses qui ne sont point "fluent", à vos dictionnaires !
Tu ne cites pas, tu traduis ;o)
J'ai même cru un instant que tu te moquais de ce valeureux contributeur
à la richesse des modules Python.
Fin de traduction ...
Ouai, je vais voir ce que je peux faire.
Merci d'avoir traduit l'énoncé.
@+
Laurent
A ne pas confondre avec anglophobie ;o)
j'ai besoin d'un module particulier qui est un wrapper d'une librairie
C++. Mais dès que j'essaye de compiler (sous windows, évidemment), j'ai
ceci qui apparaît [et ce n'est pas la première fois que ça m'arrive en
fait] :
extensions must be built with a compiler than can generate compatible
binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin
installed,
you can try compiling with MingW32, by passing "-c mingw32" to setup.py.
D'accord, VS2003 ça date un peu, c'est prioritaire et payant du reste
donc poubelle pour ma part.
- Ils ont jamais pensé à faire une update pour VS 2005 par ex. ou pour
les versions express ?
Sur ce, je me dis que je vais suivre son conseil et essayer avec
l'option "-c mingw32". Voilà le résultat :
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: option -c not recognized
Là je ne comprend plus, mingw est installé sur ma machine et se trouve
dans mon PATH sous "C:MinGWbin".
Si une âme charitable veut bien me venir en secours,
d'avance merci.