Skip to content

Debbug mode and FTP Error added

Compare
Choose a tag to compare
@ldab ldab released this 11 Aug 11:49
· 8 commits to master since this release

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.