Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@Bicheka Bicheka released this 12 Nov 06:00
· 4 commits to main since this release
ea618d5

Added

  • Compression Module: Added functionality to zip and unzip directories. Sending a directory will compress it before sending, and it will be decompressed on the receiving side.

Fixed

  • Path Handling: Resolved issue where files were not saved in the expected location by improving path handling.

Improved

  • Compression Speed: Changed CompressionMethod from Deflated to Stored to increase compression speed.
  • Receiving Logic: Updated receive_dir function to receive to handle both files and directories, unzipping only if the file ends with .zip.

Contributors

  • Bicheka