summaryrefslogtreecommitdiff
path: root/docs/develop/extendingmicropython.rst
diff options
context:
space:
mode:
authorVincent Duvert <vincent@duvert.net>2020-12-21 18:48:53 +0100
committerDamien George <damien@micropython.org>2021-01-23 17:40:53 +1100
commit342dc617842c7ebdc2b93dcbbfe9f0f9bb4789d3 (patch)
treeeae1405494e11a349da73d8f0da6487c9ce5680d /docs/develop/extendingmicropython.rst
parent290dc1d5eeba005bdc604a9eb2d781a922081c29 (diff)
cc3200/ftp: Add quotes to PWD response and allow FEAT prior to login.
This commit improves some FTP implementation details for better compatibility with FTP clients: * The PWD command now puts quotes around the directory name before returning it. This fixes BBEdit’s FTP client, which performs a PWD after each CWD and gets confused if the returned directory path is not surrounded by quotes. * The FEAT command is now allowed before logging in. This fixes the lftp client, which send FEAT first and gets confused (tries to use TLS) if the server responds with 332.
Diffstat (limited to 'docs/develop/extendingmicropython.rst')
0 files changed, 0 insertions, 0 deletions