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

Error modifying files via ftp.

ForceConstant opened this issue · comments

So I have this setup in my esp32 sketch, and am able to connect and view/upload files, but am not able to delete or rename files.

For example I login and see /heart.gif, if I try to delete I get below.

  --> FTP reconnected
Deleting file /heart.gif...
>>>  DELE /heart.gif
<<<  550 /heart.gif not found.

>>>  CWD .
<<<  257 "/" is your current directory

Hi,
What configuration do you use?
Bye Renzo

Setup just like the example in the Readme. Esp32 programmed with platform io.

SPIFFS and wifi as standard?
Bye Renzo

Hi ForceConstant,
I try and seems that all work correctly

image

can you give me some other information?

Bye Renzo

No answer.