Duet3D / RepRapFirmware

OO C++ RepRap Firmware
GNU General Public License v3.0
943 stars 535 forks source link

FTP server doesn't support LIST -a nor does it return an error #882

Closed dc42 closed 1 year ago

dc42 commented 1 year ago

Duet Forum Discussion Thread

https://forum.duet3d.com/topic/32956/ftp-does-not-properly-respond-to-list-a

Which Duet products are you using?

Firmware Version

3.5.0-beta.4

Duet Web Control Version

3.5.0-beta.4

Are you using a Single Board Computer (RaspberryPi) with your Duet?

What happened?

Some FTP servers support a non-standard extension "LIST -a" and some FTP clients try to use it. Unfortunately the RRF FTP server treats "-a" as the directory name but doesn't report an error when it is not found. It should return an error if the directory argument of the LIST command is not found.

T3P3 commented 1 year ago

Closed as presumed fixed after no response from the original reporter on the forum.