xreef / SimpleFTPServer

A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HELP command failed

BMNKY opened this issue · comments

commented

Came across an issue with this library (fantastic work BTW!) when used with QT Creator (QNetworkAccess. - specifically QNetworkAccessFtpBackend)

QNetworkAccess will always send the HELP command after connecting to FTP, but this library doesn't implement the HELP command, so no response is sent leading to the QNetworkAccess throwing an exception. I've overcome this by implementing a response with "200" in the Ftperver.cpp file.

Hi BMNKY,
I try to add.
Keep in touch.