- This topic has 3 replies, 2 voices, and was last updated 10 months ago by .
- You must be logged in to reply to this topic.
Hi, all.
ftp server (simpleFTPServer) on Esp32_Dev_Module with SD card (SD_MMC), espressif/arduino-esp32 v3.1.1 (and v3.0.7).
It works properly! But when my IpCam testing ftp connection geting Error.
*****************************************************************************
18:11:53.970 -> Authentication Ok. Waiting for commands.
18:11:53.970 -> Command Old: 4 Transfer Old: 0 Data Old: 0
18:11:53.970 -> Command : 5 Transfer : 0 Data : 0
18:11:54.042 -> -P-W-D-
18:11:54.085 -> Command is: PWD
18:11:54.119 -> -C-W-D- -/-
18:11:54.193 -> Command is: CWD
18:11:54.225 -> -C-W-D- -.-/-T-e-s-t-
18:11:54.337 -> Command is: CWD
18:11:54.337 -> utf8_strlen7
18:11:54.378 -> PATH –> /./Test …NOT EXIST!
18:11:54.409 -> -P-W-D-
18:11:54.456 -> Command is: PWD
18:11:54.499 -> -C-W-D- -T-e-s-t-
18:11:54.611 -> Command is: CWD
18:11:54.611 -> utf8_strlen5
18:11:54.611 -> PATH –> /Test …EXIST!
18:11:54.646 -> -C-W-D- -.-/-T-e-s-t-
18:11:54.750 -> Command is: CWD
18:11:54.750 -> utf8_strlen12
18:11:54.750 -> PATH –> /Test/./Test …NOT EXIST!
18:11:54.834 -> -Q-U-I-T-
18:11:54.867 -> Command is: QUIT
*****************************************************************************
The folder “Test” was created!
But the creation check (command: “CWD ./Test”) processed incorrectly.
“./Test” = “root\Test” but server think “root\Test\.\Test”.
How to fix it?
Hi Son,
I don’t know how the IPCam accesses the FTP server, but if you are already in Test and write ./Test the server correctly, go to /Test/Test. If you are in / and write ./Test, go to /Test.
But I do this test writing on the bar of the Filezilla client.
Bye Renzo
HI,
I understand that this case is replicated with a standard Linux FTP client. I’ll fix it soon.
Bye Renzo
Thanks!
More
Just like a well-organized workbench, this website uses cookies to function properly and efficiently.
🛠️ The Essentials (Necessary): Some cookies are categorized as necessary and are stored on your browser because they are critical for the basic working of the site.
📊 The Analytics (Third-party): We also use third-party cookies to help us analyze traffic and understand which projects you like the most. These are stored only if you give us the green light.
You can choose to opt-out, but keep in mind that disabling them might make the site experience a bit less "smooth".
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
