Skip to content

0xh3xa/filesharing

Repository files navigation

File Sharing (PHP & Java)

Java PHP

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!