MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
30 stars 31 forks source link

MEGA65_FTP: Handle more than 128 direntries per folder #94

Closed gurcei closed 2 years ago

gurcei commented 2 years ago

M3wP recently discovered a limitation with the tool that it could not upload a file if there were more than 128 files presently in the folder.

For him, it also led to some weird corrupt folders being generated, which was a little surprising.

The 128 file limitation is due to mega65_ftp presently only having the smarts to handle direntries within a single cluster.

To overcome this, we'll need direntries to span across multiple clusters.

gurcei commented 2 years ago

This is working now :)