nopnop2002 / esp-idf-ftpServer

ftp server for esp-idf using FAT file system
MIT License
35 stars 12 forks source link

The connection is unstable. #14

Open doremefaso888 opened 8 months ago

doremefaso888 commented 8 months ago

I am using ESP32 in AP mode to create an FTP server. When connecting with FileZilla software and transferring images, the connection gets interrupted midway.

nopnop2002 commented 8 months ago

What about STA mode?

iamnarendrans commented 3 weeks ago

@nopnop2002 I'm also facing the same issue,

In STA mode. It's working perfectly, but in AP mode the connection is getting interrupted.

Files are transferring after the forceful disconnection from FileZilla image

After the connection established, waiting for welcome message line, none of the files are transferring, after the force disconnection, it's transferring files but not all the selected files, few files were missing.

nopnop2002 commented 3 weeks ago

@iamnarendrans

What kind of logs are displayed on the FTP server side?