Tweets from pichat
| Two songs from the year I created my first web sites. http://t.co/8eHrOA9K + http://t.co/AuWb2etI #video #retro About 23 hours, 34 mins ago from pichat (Mark Seuffert) |
Tweets from 600infos
| I HAVE NYANED FOR 888.4 SECONDS! http://t.co/JQYOZebv via @nyannyancat About 1 week, 5 days ago from 600infos (Wolf) |
Trace: » Colorschemes/Farbschemas » Pichat Logos » new Featurerequests » old Featurerequests » Download Collection » 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