giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 267 forks source link

Uppercased first letters for PASV response #537

Open alleveenstra opened 4 years ago

alleveenstra commented 4 years ago

Replaced the PASV response "227 Entering passive mode" with "227 Entering Passive Mode" (uppercased first letters).

This fixes a problem where some FTP clients would not send data, because they expected the casing to match.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 0cc33ecfbe07210259e9ccdadae9d42d5c584b69 on alleveenstra:pasv-response-casing into bdf50a23d61506fa87708bc06a41b46cfec7bbdd on giampaolo:master.