Skip to content

FileTransfer

Latest

Choose a tag to compare

@idevanshu idevanshu released this 16 Apr 17:31
· 3 commits to master since this release

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.zip for Windows users
  • linux_ubuntu_debian.zip for Linux (Ubuntu/Debian-based) users

Extracting the Archive

  • Unzip the archive to a location of your choice.
  • Inside, you will find the release folder containing the FileTransfer executable for your platform.

Using the Application

Sending a File or Folder

  1. Open a terminal (Command Prompt or PowerShell on Windows, Terminal on Linux/macOS).
  2. Navigate to the extracted release folder.
  3. Execute the following command:
    ./FileTransfer -m send -f "Folder or file"
  4. Replace "Folder or file" with the actual path to the file or directory you wish to send.

Receiving Files

  1. Open a terminal (Command Prompt or PowerShell on Windows, Terminal on Linux/macOS).
  2. Navigate to the extracted release folder.
  3. Execute the following command:
    ./FileTransfer -m receive -a <address>
  4. 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.