https://github.com/0xh3xa/filesharing
File sharing using PHP & Java
https://github.com/0xh3xa/filesharing
java java-server mysql php php-client sharing socket socket-programming
Last synced: 7 months ago
JSON representation
File sharing using PHP & Java
- Host: GitHub
- URL: https://github.com/0xh3xa/filesharing
- Owner: 0xh3xa
- License: gpl-3.0
- Created: 2015-01-07T07:55:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T14:09:18.000Z (over 5 years ago)
- Last Synced: 2023-11-18T03:21:32.699Z (almost 2 years ago)
- Topics: java, java-server, mysql, php, php-client, sharing, socket, socket-programming
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
File Sharing (PHP & Java)
=========================
[](https://www.oracle.com/java/technologies/javase-downloads.html) [](https://www.php.net/)
File Sharing project using PHP & Java for uploading a file, delete, browse, edit and share with the links.
This similiar to Google docs where two or more clients can write and manage the same file at the same time or any time.
The client will start with registration and login before doing any operation related to the file.
Technologies
-------------
1. Client written in PHP object oriented programming
2. Server written in Java socket programming
How to run ?
-------------
first run the Java server with the cmd with
`java -jar server.jar`
then run the PHP, first you have to install the platform to able to run PHP.
please see the link: https://en.wikipedia.org/wiki/LAMP_(software_bundle)
then open your browser and type `localhost:80/login`
first you have to create an account then login and enjoy!