peterus / ESP-FTP-Server-Lib

MIT License
25 stars 12 forks source link

download problem #17

Open josefgull opened 1 year ago

josefgull commented 1 year ago

hi i am on an mac an use filzilla and the examplesketch on esp32 without sd

what am i missing ? is there a permission in the esp32 code i can activate? or are the filzilla setttings wrong?

i kindly appreciate your help Bildschirmfoto 2022-07-15 um 12 57 58

Bildschirmfoto 2022-07-15 um 12 59 15

peterus commented 1 year ago

can you take a look into the serial log? maybe there is more information to this issue. dis you change something in the example? 🤔

josefgull commented 1 year ago

thank you very much for the quick response!

P address: 192.168.8.50
...---'''---...---'''---...---'''---...
New Connection from 192.168.8.54:59174
USER ftp
PASS ftp
SYST
FEAT
CWD /SPIFFS
PWD
TYPE I
PASV
500 Unknown command
PORT 192,168,8,54,231,39
MLSD
TYPE A
PASV
500 Unknown command
PORT 192,168,8,54,231,40
RETR vibrations.txt
PASV
500 Unknown command
PORT 192,168,8,54,231,41
RETR vibrations.txt
PASV
500 Unknown command
PORT 192,168,8,54,231,42
RETR vibrations.txt``

image Bildschirmfoto 2022-07-15 um 16 52 07 transfermode= default number of max connections =1

peterus commented 1 year ago

it looks like filezilla is using passive mode which is currently not supported. try to change the setting to active mode in filezilla and try again.

josefgull commented 1 year ago

still not working :/ i started everything new and changed to active mode :/

peterus commented 1 year ago

please check again the serial console.

josefgull commented 1 year ago

sorry

IP address: 192.168.8.50
...---'''---...---'''---...---'''---...
New Connection from 192.168.8.54:61205
USER ftp
PASS ftp
SYST
FEAT
CWD /SPIFFS
PWD
TYPE I
PORT 192,168,8,54,239,22
MLSD
TYPE A
PORT 192,168,8,54,239,23
RETR vibrations.txt
PORT 192,168,8,54,239,25
RETR vibrations.txt
PORT 192,168,8,54,239,26
RETR vibrations.txt
PORT 192,168,8,54,239,27
RETR vibrations.txt