simpleServer ftp android

Home Forums The libraries hosted on the site Simple FTP Server simpleServer ftp android

Viewing 30 reply threads
  • Author
    Posts
    • #16902
      moniteur41

        hello thanks for your work, i loaded from github, i replaced the FtpServer.cpp file.
        the application connects well, starts loading, then nothing, a message is displayed real time out.
        on the app the information I have are: site free -211 end -PASV.
        j on the console the last line is: Command is: PASV
        Connection management set to passive
        Listening at xxx.xxx.xxx.xxx:50009
        thank you for your help

      • #16903
        moniteur41

          I can’t put an image

           

        • #16904
          Renzo Mischianti
          Keymaster

            Hi moniteur41,
            to upload photo you can use 2 way, create an account or use service like Postimage .

            Try to add
            SPIFFS.format();
            after begin phase.

            Bye Renzo

          • #16907
            moni
            Participant

            • #16908
              moni
              Participant

                thank

              • #16911
                Renzo Mischianti
                Keymaster

                  Hi Moni,
                  in the screen seems there isn’t nothing strange, did you try to transfer data?
                  Bye Renzo

                • #16921
                  moniteur41

                    hello, this is what the ftp screen displays on my phone.
                    it cannot display the directory. While with Filezilla no problem, am I missing something? thank you

                  • #16922
                    moniteur41

                    • #16923
                      Renzo Mischianti
                      Keymaster

                        Hi Moniteur,
                        please insert the sketch the sketch on this forum, and the key file with ftp configuration, we are going to check.
                        I try with the SD (as I can understand from serial output) with an esp32 and AndFTP and It’s work for me.

                        Bye Renzo

                      • #16926
                        moniteur41

                          i’m thinking one thing, what is your sd library and what version? can it be that? thank you

                        • #16966
                          Renzo Mischianti
                          Keymaster

                            Hi,
                            and please add the compiling output also please.
                            Thanks Renzo

                          • #16968
                            moniteur41

                              thanks moniteur41

                            • #16969
                              Renzo Mischianti
                              Keymaster

                                Hi,
                                that screenshot is only the last part. You must copy and paste in a txt file.
                                Bye Renzo

                              • #16981
                                moniteur41

                                  hello, can explain to me what you want, i start. thank you.
                                  can you give me the link to the bookstore you work with. the problem may come from this sdcard library

                                • #16982
                                  Renzo Mischianti
                                  Keymaster

                                    Hi moniteur,
                                    in the space of the output (that you attach a screenshot) there are a lot of line, try to cut and paste.

                                    I use standard SD library, but if you change the FtpServerKey.h with SD I can’t know whitch library you use and what information you want.

                                    Try to give me all the information you have, without information it is impossible to find a solution.

                                    Bye Renzo

                                  • #16983
                                    moniteur41

                                      hello, I am starting with the esp :-). i have arduino ide version 1.18.16. I have the esp version card management for ide 3.0.2.
                                      I have the standard SD library.
                                      With filezilla I have no problem, I display the directory well.
                                      I haven’t changed your program.
                                      I have a wifi connection.
                                      I only have a connection request.
                                      What I see on the feedback console is:
                                      Connected to xxxxxxxxxx
                                      IP address: xxxxxxxxxxx
                                      SD card opened!
                                      Ftp server waiting for connection on port 21
                                      Client connected!
                                      FTP: Connected!
                                      -U-S-E-R- -e-s-p-8-2-6-6–
                                      Command is: USER
                                      -P-A-S-S- -e-s-p-8-2-6-6-
                                      Command is: PASS
                                      Authentication Ok. Waiting for commands.
                                      -F-E-A-T-
                                      Command is: FEAT
                                      -P-W-D-
                                      Command is: PWD
                                      -N-O-O-P-
                                      Command is: NOOP
                                      -C-W-D- – / –
                                      Command is: CWD
                                      -F-E-A-T-
                                      Command is: FEAT
                                      -P-A-S-V-
                                      Command is: PASV
                                      Connection management set to passive
                                      Listening at 192.168.1.63:50009
                                      __________________________________________

                                      the esp expects a return from the ANDFTP application I think?
                                      the application connects well
                                      displays: loading and it spins endlessly and the app disconnects.

                                      on the compilation window here is what there is:

                                      Executable segment sizes:
                                      ICACHE: 32768 – flash cache instruction
                                      IROM: 292420 – code in flash (default or ICACHE_FLASH_ATTR)
                                      IRAM: 28321/32768 – code in IRAM (IRAM_ATTR, ISRs …)
                                      DATA: 1608) – initialized variables (global, static) in RAM / HEAP
                                      RODATA: 1608) / 81920 – constants (global, static) in RAM / HEAP
                                      BSS: 29008) – zeroed variables (global, static) in RAM / HEAP
                                      The sketch uses 323,957 bytes (31%) of the program storage space. The maximum is 1044464 bytes.
                                      Global variables use 32,224 bytes (39%) of dynamic memory, leaving 49,696 bytes for local variables. The maximum is 81,920 bytes.
                                      esptool.py v3.0
                                      Serial port COM3
                                      Connecting ….
                                      Chip is ESP8266EX
                                      Features: WiFi
                                      Crystal is 26MHz
                                      MAC: 68: c6: 3a: f8: 8c: 3b
                                      Uploading stub …
                                      Running stub …
                                      Stub running …
                                      Configuring flash size …
                                      Auto-detected Flash size: 4MB
                                      Compressed 328112 bytes to 238276 …
                                      Writing at 0x00000000 … (6%)
                                      Writing at 0x00004000 … (13%)
                                      Writing at 0x00008000 … (20%)
                                      Writing at 0x0000c000 … (26%)
                                      Writing at 0x00010000 … (33%)
                                      Writing at 0x00014000 … (40%)
                                      Writing at 0x00018000 … (46%)
                                      Writing at 0x0001c000 … (53%)
                                      Writing at 0x00020000 … (60%)
                                      Writing at 0x00024000 … (66%)
                                      Writing at 0x00028000 … (73%)
                                      Writing at 0x0002c000 … (80%)
                                      Writing at 0x00030000 … (86%)
                                      Writing at 0x00034000 … (93%)
                                      Writing at 0x00038000 … (100%)

                                       

                                      Thank you for yo

                                    • #16984
                                      Renzo Mischianti
                                      Keymaster

                                        Hi,
                                        i tested the same env and works correctly, here the console output of Arudino IDE

                                        
                                        C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\renzo\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\renzo\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\renzo\OneDrive\Documenti\Arduino\libraries -fqbn=esp8266:esp8266:d1_mini:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,eesz=4M2M,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=921600 -vid-pid=1A86_7523 -ide-version=10813 -build-path C:\Users\renzo\AppData\Local\Temp\arduino_build_409581 -warnings=all -build-cache C:\Users\renzo\AppData\Local\Temp\arduino_cache_944340 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.xtensa-lx106-elf-gcc.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed -prefs=runtime.tools.xtensa-lx106-elf-gcc-3.0.4-gcc10.3-1757bed.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed -prefs=runtime.tools.mklittlefs.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\mklittlefs\3.0.4-gcc10.3-1757bed -prefs=runtime.tools.mklittlefs-3.0.4-gcc10.3-1757bed.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\mklittlefs\3.0.4-gcc10.3-1757bed -prefs=runtime.tools.python3.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1 -prefs=runtime.tools.python3-3.7.2-post1.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1 -prefs=runtime.tools.mkspiffs.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\mkspiffs\3.0.4-gcc10.3-1757bed -prefs=runtime.tools.mkspiffs-3.0.4-gcc10.3-1757bed.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\mkspiffs\3.0.4-gcc10.3-1757bed -verbose D:\Projects\Arduino\sloeber-workspace-ftp-server\esp8266_SD_FtpServer\esp8266_SD_FtpServer.ino
                                        C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\renzo\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\renzo\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\renzo\OneDrive\Documenti\Arduino\libraries -fqbn=esp8266:esp8266:d1_mini:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,eesz=4M2M,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=921600 -vid-pid=1A86_7523 -ide-version=10813 -build-path C:\Users\renzo\AppData\Local\Temp\arduino_build_409581 -warnings=all -build-cache C:\Users\renzo\AppData\Local\Temp\arduino_cache_944340 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.xtensa-lx106-elf-gcc.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed -prefs=runtime.tools.xtensa-lx106-elf-gcc-3.0.4-gcc10.3-1757bed.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed -prefs=runtime.tools.mklittlefs.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\mklittlefs\3.0.4-gcc10.3-1757bed -prefs=runtime.tools.mklittlefs-3.0.4-gcc10.3-1757bed.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\mklittlefs\3.0.4-gcc10.3-1757bed -prefs=runtime.tools.python3.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1 -prefs=runtime.tools.python3-3.7.2-post1.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1 -prefs=runtime.tools.mkspiffs.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\mkspiffs\3.0.4-gcc10.3-1757bed -prefs=runtime.tools.mkspiffs-3.0.4-gcc10.3-1757bed.path=C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\tools\mkspiffs\3.0.4-gcc10.3-1757bed -verbose D:\Projects\Arduino\sloeber-workspace-ftp-server\esp8266_SD_FtpServer\esp8266_SD_FtpServer.ino
                                        Using board 'd1_mini' from platform in folder: C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2
                                        Using core 'esp8266' from platform in folder: C:\Users\renzo\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2
                                        Detecting libraries used...
                                        "C:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\xtensa-lx106-elf-gcc\\3.0.4-gcc10.3-1757bed/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/lwip2/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581/core" -c -w -Werror=return-type -Os -g -free -fipa-pta -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10813 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 "-DARDUINO_BOARD=\"ESP8266_WEMOS_D1MINI\"" -DFLASHMODE_DIO -DESP8266 "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\cores\\esp8266" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\variants\\d1_mini" "C:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581\\sketch\\esp8266_SD_FtpServer.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
                                        Alternatives for ESP8266WiFi.h: [ESP8266WiFi@1.0]
                                        ResolveLibrary(ESP8266WiFi.h)
                                          -> candidates: [ESP8266WiFi@1.0]
                                        "C:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\xtensa-lx106-elf-gcc\\3.0.4-gcc10.3-1757bed/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/lwip2/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581/core" -c -w -Werror=return-type -Os -g -free -fipa-pta -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10813 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 "-DARDUINO_BOARD=\"ESP8266_WEMOS_D1MINI\"" -DFLASHMODE_DIO -DESP8266 "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\cores\\esp8266" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\variants\\d1_mini" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\ESP8266WiFi\\src" "C:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581\\sketch\\esp8266_SD_FtpServer.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
                                        Alternatives for SD.h: [SD@2.0.0]
                                        ResolveLibrary(SD.h)
                                          -> candidates: [SD@2.0.0]
                                        "C:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\xtensa-lx106-elf-gcc\\3.0.4-gcc10.3-1757bed/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/lwip2/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581/core" -c -w -Werror=return-type -Os -g -free -fipa-pta -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10813 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 "-DARDUINO_BOARD=\"ESP8266_WEMOS_D1MINI\"" -DFLASHMODE_DIO -DESP8266 "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\cores\\esp8266" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\variants\\d1_mini" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\ESP8266WiFi\\src" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SD\\src" "C:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581\\sketch\\esp8266_SD_FtpServer.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
                                        Alternatives for SDFS.h: [SDFS@0.1.0]
                                        ResolveLibrary(SDFS.h)
                                          -> candidates: [SDFS@0.1.0]
                                        "C:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\xtensa-lx106-elf-gcc\\3.0.4-gcc10.3-1757bed/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/lwip2/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581/core" -c -w -Werror=return-type -Os -g -free -fipa-pta -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10813 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 "-DARDUINO_BOARD=\"ESP8266_WEMOS_D1MINI\"" -DFLASHMODE_DIO -DESP8266 "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\cores\\esp8266" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\variants\\d1_mini" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\ESP8266WiFi\\src" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SD\\src" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SDFS\\src" "C:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581\\sketch\\esp8266_SD_FtpServer.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
                                        Alternatives for SPI.h: [SPI@1.0]
                                        ResolveLibrary(SPI.h)
                                          -> candidates: [SPI@1.0]
                                        "C:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\xtensa-lx106-elf-gcc\\3.0.4-gcc10.3-1757bed/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/lwip2/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581/core" -c -w -Werror=return-type -Os -g -free -fipa-pta -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10813 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 "-DARDUINO_BOARD=\"ESP8266_WEMOS_D1MINI\"" -DFLASHMODE_DIO -DESP8266 "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\cores\\esp8266" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\variants\\d1_mini" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\ESP8266WiFi\\src" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SD\\src" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SDFS\\src" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SPI" "C:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581\\sketch\\esp8266_SD_FtpServer.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
                                        Alternatives for SdFat.h: [ESP8266SdFat@2.0.2]
                                        ResolveLibrary(SdFat.h)
                                          -> candidates: [ESP8266SdFat@2.0.2]
                                        "C:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\xtensa-lx106-elf-gcc\\3.0.4-gcc10.3-1757bed/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/lwip2/include" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581/core" -c -w -Werror=return-type -Os -g -free -fipa-pta -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10813 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 "-DARDUINO_BOARD=\"ESP8266_WEMOS_D1MINI\"" -DFLASHMODE_DIO -DESP8266 "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\cores\\esp8266" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\variants\\d1_mini" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\ESP8266WiFi\\src" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SD\\src" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SDFS\\src" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SPI" "-IC:\\Users\\renzo\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\ESP8266SdFat\\src" "C:\\Users\\renzo\\AppData\\Local\\Temp\\arduino_build_409581\\sketch\\esp8266_SD_FtpServer.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
                                        Alternatives for SimpleFTPServer.h: [Simple_FTP_Server@1.0.0]
                                        ResolveLibrary(SimpleFTPServer.h)
                                          -> candidates: [Simple_FTP_Server@1.0.0]
                                        

                                        Check the library version.

                                        Bye Renzo

                                      • #16988
                                        moniteur41

                                          hello, how do you get all this output info?

                                        • #16989
                                          Renzo Mischianti
                                          Keymaster

                                            Go up in this console

                                            Bye Renzo

                                          • #17005
                                            moniteur41

                                              hello, I don’t have this in mine, do we need to activate something? thank you

                                            • #17006
                                              Renzo Mischianti
                                              Keymaster

                                                Ops… I think I didn’t say you to activate verbose output

                                                I think this fix the problem.

                                                bye Renzo

                                              • #17014
                                                moniteur41

                                                  hello, thanks i will try, and come back.

                                                • #17015
                                                  moniteur41

                                                    maybe a track I don’t have the same address for the library

                                                     

                                                    Plusieurs bibliothèque trouvées pour "SD.h"
                                                    Utilisé : C:\Users\2040d\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\SD
                                                    Non utilisé : C:\Program Files (x86)\Arduino\libraries\SD
                                                    Utilisation de la bibliothèque ESP8266WiFi version 1.0 dans le dossier: C:\Users\2040d\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\ESP8266WiFi
                                                    Utilisation de la bibliothèque SD version 2.0.0 dans le dossier: C:\Users\2040d\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\SD
                                                    Utilisation de la bibliothèque SDFS version 0.1.0 dans le dossier: C:\Users\2040d\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\SDFS
                                                    Utilisation de la bibliothèque SPI version 1.0 dans le dossier: C:\Users\2040d\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\SPI
                                                    Utilisation de la bibliothèque ESP8266SdFat version 2.0.2 dans le dossier: C:\Users\2040d\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\ESP8266SdFat
                                                    Utilisation de la bibliothèque SimpleFTPServer version 1.0.1 dans le dossier: C:\Users\2040d\Documents\Arduino\libraries\SimpleFTPServer
                                                    "C:\\Users\\2040d\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\xtensa-lx106-elf-gcc\\3.0.4-gcc10.3-1757bed/bin/xtensa-lx106-elf-size" -A "C:\\Users\\2040d\\AppData\\Local\\Temp\\arduino_build_524047/FTPServer_esp8266_esp3222.ino.elf"
                                                    Le croquis utilise 323957 octets (31%) de l'espace de stockage de programmes. Le maximum est de 1044464 octets.
                                                    Les variables globales utilisent 32224 octets (39%) de mémoire dynamique, ce qui laisse 49696 octets pour les variables locales. Le maximum est de 81920 octets.
                                                    C:\Users\2040d\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1/python3 -I C:\Users\2040d\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/upload.py --chip esp8266 --port COM3 --baud 115200 --before default_reset --after hard_reset write_flash 0x0 C:\Users\2040d\AppData\Local\Temp\arduino_build_524047/FTPServer_esp8266_esp3222.ino.bin
                                                    esptool.py v3.0

                                                  • #17022
                                                    Renzo Mischianti
                                                    Keymaster

                                                      Hi moniteur41,
                                                      the library and software are all ok, did you try to write and read from your SD??
                                                      Bye Renzo

                                                    • #17172
                                                      moniteur41

                                                        hello yes i can write and read to my sd card from win file manager.

                                                        merci

                                                      • #17173
                                                        Renzo Mischianti
                                                        Keymaster

                                                          No no, write and read from microcontroller..
                                                          Bye Renzo

                                                        • #17174
                                                          Moniteur

                                                            Oui ça marche aussi j’ai fait avec filezila

                                                             

                                                          • #17175
                                                            Renzo Mischianti
                                                            Keymaster

                                                              I can’t replicate the issue.
                                                              I try with my devices, and It’s work.
                                                              Bye Renzo

                                                            • #17176
                                                              moniteur41

                                                                a question is what to make an adjustment in the parameters of the tel?

                                                              • #17177
                                                                Renzo Mischianti
                                                                Keymaster

                                                                  Hi,
                                                                  I add the IP and all works, here are my settings.

                                                                • #17292
                                                                  moni
                                                                  Participant

                                                                    merci j’ai la même configuration,je ne comprend pas ce qui bloque.

                                                                Viewing 30 reply threads
                                                                • You must be logged in to reply to this topic.
                                                                Exit mobile version