HI,
What is the correct FTP library for doing FTP transfers using the MKR GSM 1400 board. In the past i have used the mkrgsm-feature-ftp library. This library is an add-on to the normal mkrgsm library, that allows FTP comms ([GitHub - tryhus/MKRGSM at feature/ftp]). However this does not seem to work with later versions of arduino - i have tried 1.8.19 and 2.x series.
I have also tried the ftpclient_generic library however that does not seem to work for the MKR GSM 1400. IF it does are there some specific code examples for the MKR GSM 1400?
There doesn't seem to be any other options for FTP.
My preference would be to have the mkrgsm-feature-ftp library working as that is what i have been using in all previous projects/code that use FTP.
Any help is much appreciated.
Cheers.