Re: Remove net/py-ftpdlib?

2020-09-19 Thread Juan Francisco Cantero Hurtado
On Sat, Sep 19, 2020 at 01:38:52PM -0400, Kurt Mosiejczuk wrote:
> py-ftpdlib has no consumers. Do we want to remove it?

No. ftpdlib is a great ftp server when you need to share a directory
with other computers on your LAN or in a guest/host VM setup.

$ python -m pyftpdlib -p 12345


-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: Remove net/py-ftpdlib?

2020-09-19 Thread Kurt Mosiejczuk
On Sun, Sep 20, 2020 at 12:57:06AM +0200, Juan Francisco Cantero Hurtado wrote:
> On Sat, Sep 19, 2020 at 01:38:52PM -0400, Kurt Mosiejczuk wrote:
> > py-ftpdlib has no consumers. Do we want to remove it?

> No. ftpdlib is a great ftp server when you need to share a directory
> with other computers on your LAN or in a guest/host VM setup.

> $ python -m pyftpdlib -p 12345

Alright. No problem. Good to know it is used. :)

--Kurt



Re: Remove net/py-ftpdlib?

2020-09-19 Thread Klemens Nanni
On Sat, Sep 19, 2020 at 01:38:52PM -0400, Kurt Mosiejczuk wrote:
> py-ftpdlib has no consumers. Do we want to remove it?
The import message reads like this is actually useful to someone:

revision 1.1.1.1
date: 2010/11/11 09:18:57;  author: jasper;  state: Exp;  lines: +0 -0;
import py-ftpdlib 0.5.2

Python FTP server library provides a high-level portable interface to
easily write asynchronous FTP servers with Python.  pyftpdlib is
currently the most complete RFC-959 FTP server implementation available
for Python programming language.

ok aja@

It seems up to date and has Python 3 support - no idea whether the
statement about being the "most complete" implementation is still true,
though.

Let's cc MAINTAINER at the very least, I'd leave this port as is unless
there are compelling reasons.



Remove net/py-ftpdlib?

2020-09-19 Thread Kurt Mosiejczuk
py-ftpdlib has no consumers. Do we want to remove it?

--Kurt