====== 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 * http://127.0.0.1/public other LAN-Users have to replace the IP 127.0.01 with your IP (e.g. 192.168.1.123) or your Hostame * http://HOSTNAME/public 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 ) * http://yourhost.dyndns.org/public If you use a WebPort other than 80 (e.g. 8080) add your IP or DNS name with :PORT (e.g. :8080) * http://yourhost.dyndns.org:8080/public 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 @echo off if not exist "%appdata%\Pichat\webserver\public\." md "%appdata%\Pichat\webserver\public" %windir%\explorer.exe /n, /e, %appdata%\Pichat\webserver\public ===== Linux ===== FIXME