kineapps / flutter_archive

Flutter plugin for creating and extracting ZIP files.
https://pub.dev/packages/flutter_archive
BSD 3-Clause "New" or "Revised" License
57 stars 43 forks source link

[REQUEST] Ability to transfer folders/directories instead of just files #67

Closed guiege closed 1 year ago

guiege commented 1 year ago

I am making a switch mod manager which uses FTP to transfer mods to the switch. Only problem is, mods are usually raw folders and the only way to transfer files right now is one by one with creating directories based on the contents of a zip file. All around, this would be a great feature to add.