Easy-to-implement networking protocol for OpenComputers
This package includes the FRequest daemon, in etc/rc.d/frequest.lua, and the fget FRequest client, in usr/bin/fget.lua.
oppm install fget
fget can be used to get both directory listings and files, provided the server allows it.
To use fget, run:
fget <host[:port]>/<path>
So, for example:
fget sks-srv:70/OpenOS
fserv is the FRequest server. It provides directory listing and file transfer.
oppm install frequestd
The fserv daemon does not keep a configuration file, so settings have to be set every boot.
To change a setting, one invokes:
rc fserv set_<option> value
In addition, one can invoke rc fserv debug
to get large amounts of debug output.