arduino-libraries / MKRGSM

GNU Lesser General Public License v2.1
54 stars 51 forks source link

method to determin file existence on an FTP server #114

Open katesfb opened 4 years ago

katesfb commented 4 years ago

Hi, Is there a method in the FTP library to determine the existence of a file in a directory on an FTP server. For example, something that is equivalent to SD.exists() in the arduino SD library.

Regards.