#3583 closed defect (fixed)

Rip out FTP support

Reported by: itamarst Owned by: itamarst
Priority: normal Milestone: Support Python 3
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

FTP support does not have integration tests, and has insufficient unit test coverage. This impedes Python 3 porting.

It would be possible to add these tests, but FTP is insecure and really should be discouraged, so it was decided in IRC discussion to remove it altogether.

Change History (1)

comment:1 Changed at 2021-01-11T18:54:06Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In 4a7da34/trunk:

Merge pull request #958 from tahoe-lafs/3583.rip-out-ftp

Rip out FTP support

Fixes ticket:3583

Note: See TracTickets for help on using tickets.