You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.