PushFile Add-on

Description

PushFile allows NVDA users to securely share files with each other using cloud storage.

Setup

No setup required! The add-on works out of the box - no AWS credentials needed.

Usage

How it works

  1. Sender selects a file and presses NVDA+Shift+P
  2. File is uploaded to cloud storage with a unique transfer ID
  3. Transfer info (ID:filename) is copied to clipboard and announced
  4. Sender shares the transfer info with the recipient
  5. Recipient presses NVDA+Shift+R, enters the transfer info, and downloads the file

Usage

How it works

  1. Sender selects a file and presses NVDA+Shift+P
  2. File is uploaded to S3 with a unique 8-character transfer ID
  3. Transfer ID is copied to clipboard and announced
  4. Sender shares the transfer ID with the recipient
  5. Recipient presses NVDA+Shift+R, enters the transfer ID, and downloads the file

Security Notes