Skip to content

Commit

Permalink
TODO: TFTP doesn't convert LF to CRLF for mode=netascii
Browse files Browse the repository at this point in the history
Closes curl#12655
Closes curl#12690
  • Loading branch information
bagder committed Jan 13, 2024
1 parent 9729560 commit 9582f20
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@
21. MQTT
21.1 Support rate-limiting

22. TFTP
22.1 TFTP doesn't convert LF to CRLF for mode=netascii

==============================================================================

1. libcurl
Expand Down Expand Up @@ -1392,3 +1395,14 @@

The rate-limiting logic is done in the PERFORMING state in multi.c but MQTT
is not (yet) implemented to use that.

22. TFTP

22.1 TFTP doesn't convert LF to CRLF for mode=netascii

RFC 3617 defines that an TFTP transfer can be done using "netascii"
mode. curl does not support extracting that mode from the URL nor does it treat
such transfers specifically. It should probably do LF to CRLF translations
for them.

See https://github.com/curl/curl/issues/12655

0 comments on commit 9582f20

Please sign in to comment.