FileTransfer v3.1 (Cross-Platform Release)
This release package supports Windows & Linux (Ubuntu/Debian). Download the appropriate .zip file from the release assets below:
windows.zipfor Windows userslinux_ubuntu_debian.zipfor Linux (Ubuntu/Debian-based) users
Extracting the Archive
- Unzip the archive to a location of your choice.
- Inside, you will find the
releasefolder containing theFileTransferexecutable for your platform.
Using the Application
Sending a File or Folder
- Open a terminal (Command Prompt or PowerShell on Windows, Terminal on Linux/macOS).
- Navigate to the extracted
releasefolder. - Execute the following command:
./FileTransfer -m send -f "Folder or file" - Replace
"Folder or file"with the actual path to the file or directory you wish to send.
Receiving Files
- Open a terminal (Command Prompt or PowerShell on Windows, Terminal on Linux/macOS).
- Navigate to the extracted
releasefolder. - Execute the following command:
./FileTransfer -m receive -a <address> - Replace
<address>with the sender's IP address or domain name.
This build leverages multi-threaded file operations and high-performance technologies such as asynchronous I/O, memory mapping, and optimized socket configurations to ensure efficient file transfers. Whether you're sending or receiving, FileTransfer v3.1 simplifies large file sharing across platforms.