Skip to content

Releases: ldab/ESP32_FTPClient

[add] support LIST command to get ContentList

06 Jan 17:43
e5f89d4
Compare
Choose a tag to compare

Add Port Option #17

03 Aug 06:45
Compare
Choose a tag to compare
0.1.3

Add port option

IP address of the response for PASV command referred

28 Jul 08:38
Compare
Choose a tag to compare
0.1.2

Refer to IP from PASV response #16

Added timeout to client connections.#6

11 Aug 18:31
Compare
Choose a tag to compare
0.1.1

Added timeout to client connections.https://github.com/ldab/ESP32_FTP…

Debbug mode and FTP Error added

11 Aug 11:49
Compare
Choose a tag to compare

ftp.isConnected() can be used to check connection status;

Use ESP32_FTPClient ftp (ftp_server,ftp_user,ftp_pass, 5000, 2);

  • Use the last argument to enable debug:
    0 == No debug;
    1 == Only errors;
    2 == All FTP commands.

Fix crash when wrong password and added timeout

09 Aug 22:02
Compare
Choose a tag to compare

Wrong password led to crash.

Offline caused an infinite loop, created a timeout.

Implemented download

31 Jul 20:11
Compare
Choose a tag to compare
  • Few limitations bur working, was able to download files up to around 90KB.

  • May want to use SPIFFS or a SD Card

0.0.2

12 Jul 16:08
Compare
Choose a tag to compare
fix read dir with MLSD, and faster

Initial release

12 Jul 08:14
Compare
Choose a tag to compare
0.0.1

format lib, add makedir, change dir, delete and list