nopnop2002 / esp-idf-ftpClient

ftp client for esp-idf
54 stars 8 forks source link

How can i keep-alive while publishing a large file to ftp server? #15

Open yangshaohongif opened 1 day ago

yangshaohongif commented 1 day ago

I have test ftp with a large file with my ftp server(up to 100MB),but failed.I found the file was total uploaded,but the client paused when close socket(actually read response).

So how can i prevent the timeout issue from the CONTROL channel?

nopnop2002 commented 17 hours ago

What file system did you use on the ESP32 side? You can select any one using menuconfig.