Die Suche ergab 8 Treffer

von gr
Sonntag 13. September 2009, 22:26
Forum: Showcase
Thema: ANN: Python FTP Server library (pyftpdlib) 0.5.2 released
Antworten: 13
Zugriffe: 13365

Hi,
I'm pleased to announce release 0.5.2 of Python FTP Server library (pyftpdlib).
http://code.google.com/p/pyftpdlib

This new version is mainly a bugfix release, including some important security-related patches.
Aside from fixing those bugs, it includes the following enhancements:

* A new ...
von gr
Donnerstag 22. Januar 2009, 12:55
Forum: Showcase
Thema: ANN: Python FTP Server library (pyftpdlib) 0.5.2 released
Antworten: 13
Zugriffe: 13365

ANN: Python FTP Server library (pyftpdlib) 0.5.1 released

Hi,
I'm pleased to announce release 0.5.1 of Python FTP Server library (pyftpdlib).
http://code.google.com/p/pyftpdlib

=== About ===

Python FTP server library provides an high-level portable interface to easily write asynchronous FTP servers with Python.
Based on asyncore framework pyftpdlib ...
von gr
Montag 22. September 2008, 21:30
Forum: Showcase
Thema: ANN: Python FTP Server library (pyftpdlib) 0.5.2 released
Antworten: 13
Zugriffe: 13365

I'm sorry, I thought that Leonidas moved the post in the English sub-forum.
Unfortunately I don't know German.
von gr
Montag 22. September 2008, 20:51
Forum: Showcase
Thema: ANN: Python FTP Server library (pyftpdlib) 0.5.2 released
Antworten: 13
Zugriffe: 13365

Hi,
I'm pleased to announce release 0.5.0 of Python FTP Server library (pyftpdlib).

http://code.google.com/p/pyftpdlib/


=== About ===

Python FTP server library provides an high-level portable interface to easily write asynchronous FTP servers with Python. Based on asyncore framework ...
von gr
Dienstag 20. Mai 2008, 18:07
Forum: Showcase
Thema: ANN: Python FTP Server library (pyftpdlib) 0.5.2 released
Antworten: 13
Zugriffe: 13365

Hi,
I'm pleased to announce release 0.4.0 of Python FTP Server library (pyftpdlib).
http://code.google.com/p/pyftpdlib/

=== Major changes ===

This new version, aside from fixing some bugs, includes two new features:

- IPv6 support (as described in RFC-2428).
- The possibility to assume the ...
von gr
Freitag 18. Januar 2008, 13:14
Forum: Showcase
Thema: ANN: Python FTP Server library (pyftpdlib) 0.5.2 released
Antworten: 13
Zugriffe: 13365

Hi Giampaolo,

I've seen pyftpdlib in the Cheeseshop. May I suggest that you change its full name to a rather short one, probably 'pyftpdlib', to ease downloading via setuptools/easy_install and specifying it as requirement in a `setup.py` file? The long name may cause some trouble. You can still ...
von gr
Freitag 18. Januar 2008, 13:12
Forum: Showcase
Thema: ANN: Python FTP Server library (pyftpdlib) 0.5.2 released
Antworten: 13
Zugriffe: 13365

Jan 18, 2008


Hi,
I'm pleased to announce release 0.3.0 of Python FTP Server library (pyftpdlib).
http://code.google.com/p/pyftpdlib/


=== Major changes ===

- Implemented more recent FTP commands like MLST, MLSD, FEAT and OPTS.
- Iterators are now used for calculating requests requiring long ...
von gr
Dienstag 18. September 2007, 15:14
Forum: Showcase
Thema: ANN: Python FTP Server library (pyftpdlib) 0.5.2 released
Antworten: 13
Zugriffe: 13365

ANN: Python FTP Server library (pyftpdlib) 0.5.2 released

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 ...