Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedra/simple-local-share-php
Compartilhe arquivos na sua rede local de forma simples e rápida.
https://github.com/pedra/simple-local-share-php
Last synced: 16 days ago
JSON representation
Compartilhe arquivos na sua rede local de forma simples e rápida.
- Host: GitHub
- URL: https://github.com/pedra/simple-local-share-php
- Owner: pedra
- License: mit
- Created: 2016-01-16T21:04:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T18:21:19.000Z (about 9 years ago)
- Last Synced: 2024-11-27T23:12:03.306Z (3 months ago)
- Language: PHP
- Size: 297 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Local Share
Versão em PHP para [Simple Local Share](https://github.com/grntartaglia/simple-local-share) do **Gabriel Tartaglia** no desafio [Um Código Aberto Por Semana](http://cappu.com.br/).Compartilhe arquivos na sua rede local de forma simples e rápida.
```shell
git clone https://github.com/3razil/simple-local-share-php.git
```## Compartilhando
Coloque os arquivos que deseja compartilhar dentro da pasta **share** e inicie o servidor.
No Windows é só dar um duplo clique no arquivo \***run.bat**!
Para Linux:
```shell
php -S 0.0.0.0:80
```Depois é só passar o endereço para as outras pessoas da sua rede.
![Simple Local Share](demo.gif)
> [Wall-e](https://dribbble.com/shots/2357921-Wall-e) por [Rogie King](https://dribbble.com/rogie)
\**verifique se tem permissão de acesso externo configurada em seu Firewall*