Skip to content

cybruGhost/File-sharing-Deadass

Repository files navigation

Deadass - File Transfer from Phone to PC using Node.js

This is a simple project that allows you to transfer files from your phone to your PC using Node.js, HTML, and ngrok. The server is set up using Express, and the file uploads are handled by multer.

Features

  • Simple file upload form.
  • File transfer via HTTP POST request.
  • Exposed via ngrok for public access.

Requirements

  • Node.js installed on your PC.
  • ngrok for creating a public tunnel to your local server.
  • An internet connection to run ngrok and access the server via a public URL.

Setup Instructions

  1. Clone the repository (or create a new directory for your project).

  2. Install dependencies:

    npm install

put all these files in one folder called DEADASS

Start the server:

node server.js

Open the generated ngrok URL to access the file upload form.

Upload files from your phone: Open the URL on your phone and upload a file.

MISSING FOLDERS uploads

##The file is as follows

  • DEADASS -mainfolder
  • /node_modules
  • /public -index.html,app.js,styles.css
  • /uploads
  • index.html
  • package.json
  • package-lock.json
  • server.js

License

This project is licensed under the MIT License.

About

file sharing using node.js and ngrok

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published