Crate file_transfer_system

Source

Modulesยง

client
Contains functionality for the client component of the file transfer system.
compression
Logic to compress directories into .zip
file_transfer
Core file transfer functionality for sending and receiving files and directories.
network
Contains networking utilities for handling connections and data transmission.
p2p
Provides peer-to-peer transfer capabilities. This module is only available when the p2p feature is enabled.
server
Contains functionality for the server component of the file transfer system.