Trouble downloading SQLite files with FTPConnect in Flutter: Larger files incomplete
I’m encountering an issue with downloading SQLite database files using the FTPConnect library in Flutter. Specifically, when I attempt to download larger SQLite files (e.g., 4MB or 15MB), the downloaded files are incomplete and cannot be opened. However, smaller files of the same type download and open without any issues.