https://github.com/hiperbou/uploadserver
NodeJS server to upload files from another computer
https://github.com/hiperbou/uploadserver
Last synced: 7 months ago
JSON representation
NodeJS server to upload files from another computer
- Host: GitHub
- URL: https://github.com/hiperbou/uploadserver
- Owner: hiperbou
- License: mit
- Created: 2025-02-23T09:03:32.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-23T09:07:29.000Z (8 months ago)
- Last Synced: 2025-02-23T10:19:22.720Z (8 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uploadserver
NodeJS server to upload files from another computerusage:
npm install
node server [PORT]There's also an advanced version that allows to select the destination folder or download uploaded files.
node server2 [PORT]