Tweets from pichat
| I love refactoring, there should be a t-shirt. #softwareengineering About 14 hours, 22 mins ago from pichat (Mark Seuffert) |
Tweets from 600infos
| How agile are you? A short online test to find out how agile your software development team is http://bit.ly/cGoTNg #fb About 3 months, 1 week ago from 600infos (Wolf) |
Trace: » Notify by Join User » Links » Diskussion Startseite » Download Collection » FR1016 - new Shortcut - enable Soundeffects » Filesharing with Pichat
You are here: Pichat Wiki (en) » Manuals » Filesharing with Pichat
Filesharing with Pichat
Windows
create a Folder in your webserver directory like
md %appdata%\Pichat\webserver\public
copy your files you want to share there
use the Explorer to open the Folder
you can also create a shortcut with this command to your desktop
%windir%\explorer.exe /n, /e, %appdata%\Pichat\webserver\public
access to your files now possible with
other LAN-Users have to replace the IP 127.0.01 with your IP (e.g. 192.168.1.123) or your Hostame
If someone want to connect from the Internet to your PC you need a official IP-Address or a DNS-Name
It is also possible to use a dynamic DNS Name (like from http://dyndns.org )
If you use a WebPort other than 80 (e.g. 8080) add your IP or DNS name with :PORT (e.g. :8080)
If you are behind a Router/Firewall you have to add a NAT entry to your Router to forward the tcp-Port you want to use
Firewalltest: http://eu.pichat.net/port/?webport=80&chatport=9009
- pichatshare.bat
@echo off if not exist "%appdata%\Pichat\webserver\public\." md "%appdata%\Pichat\webserver\public" %windir%\explorer.exe /n, /e, %appdata%\Pichat\webserver\public
Linux