Ticket #5046 task closed fixed

Opened 2 years ago

Last modified 20 months ago

Remove dead code in `twisted/protocols/ftp.py` relating to OTP authentication

Reported by: exarkun Owned by:
Priority: low Milestone:
Component: ftp Keywords:
Cc: itamarst, thijs Branch:
Author: Launchpad Bug:

Description

Long ago, it seems we tried to implement an OTP scheme for FTP authentication. This has mostly been removed, but a piece of it remains, the 'userotp' entry in the RESPONSE dict.

Change History

1

Changed 2 years ago by DefaultCC Plugin

  • cc itamarst added

2

Changed 2 years ago by thijs

  • cc thijs added

3

Changed 21 months ago by adiroiban

  • keywords review added

I have created a branch that tries to fix this ticket.

The branch is here:  https://code.launchpad.net/~adiroiban/twisted/twisted-5046

The LP MP is here:  https://code.launchpad.net/~adiroiban/twisted/twisted-5046/+merge/74920

Cheers, Adi

4

Changed 20 months ago by itamar

Thanks for the patch! Note that this would be even easier for me to apply if it included a news file (in this case an empty 5046.misc).

5

Changed 20 months ago by itamarst

  • status changed from new to closed
  • resolution set to fixed

(In [32545]) Apply patch for 5046.

Author: adiroiban Fixes: #5046

Remove unused reference to OTP.

6

Changed 20 months ago by itamar

  • keywords review removed
Note: See TracTickets for help on using tickets.