Skip to content

FilesPool is a simple web application that allows users to expose a local directory and provide a public URL for others to download files from that directory. With this app, users can easily share files stored on their local machine without having to upload them to a cloud storage service or send them through email.

License

Notifications You must be signed in to change notification settings

fauzanfebrian/FilesPool

Repository files navigation

FilesPool

FilesPool is a simple web application that allows users to expose a local directory and provide a public URL for others to download files from that directory. With this app, users can easily share files stored on their local machine without having to upload them to a cloud storage service or send them through email.

Usage

To use FilesPool, follow these steps:

  1. Clone the repository:
    git clone https://github.com/fauzanfebrian/FilesPool.git
  2. Install the dependencies:
    cd FilesPool
    npm install
    for windows user:
    npm install -g win-node-env
  3. Create file .env and copy the value from .env.example
  4. Put the files that you want to expose in the files folder.
  5. Start the server
    npm start
  6. Open the link shown in your terminal to access the app and download files from the exposed directory.

Or another simpler step (slower download):

  1. Download Zip File
  2. Extract the zip & open the folder
  3. Put the files that you want to expose in the "files" folder.
  4. Open the executable file in the folder (look for your operating system)
  5. Open the link shown to access the app and download files from the exposed directory.

About

FilesPool is a simple web application that allows users to expose a local directory and provide a public URL for others to download files from that directory. With this app, users can easily share files stored on their local machine without having to upload them to a cloud storage service or send them through email.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published