ioLibrary_Driver icon indicating copy to clipboard operation
ioLibrary_Driver copied to clipboard

Using FTP with F_FILESYSTEM flag

Open applicon-develop opened this issue 4 years ago • 1 comments

Hi, I'm try to using the FTP library as in the branch modifyFTPServer but, after enabling the flag F_FILESYSTEM some errors appears. I've solved the errors due to the function atoi and some errors relatives to the FIL object but some errors still occurs.

The methods: scan_files() and get_filesize() are not implemented anywhere.

Could you give an implementation of those?

Thanks.

@WIZbecky @bingdo @hkjung

applicon-develop avatar Jul 31 '20 08:07 applicon-develop

Hi, you can find an example for scan_files() [here]http://elm-chan.org/fsw/ff/doc/readdir.html there you will see a example for this function, for get_filesize() there's a property for each file object that can return the file size but I didn't get it to work.

Gerard-170 avatar May 28 '22 22:05 Gerard-170