Network settings
FileCast autodetects a usable IP address and port number, so there usually is no need to configure these network settings. In some cases, however, it may be desirable to override autodetection. To do so, simply provide the system properties address
and port
, e.g.:
java -Daddress=192.168.1.1 -Dport=8080 -jar jar filecast.jar
Please note that this option is only available for the .jar, not for the .exe version.