flicp is for users who have a fli4l router in their LAN. With flicp you can upload and download any file you want. This is especially useful if you want to update your system. Please refer to the fli4l documentation if you want to know how to do this exactly. Release Notes 0.2 Some new features and other new things in the code. 0.1.a Removed some bugs and add the feature to give the local/remote filename. 0.1 The first release with a few bugs, but they will removed shortly.
Untar with
$ tar xvfz flicp-0.1.tgz
and do a
$ makeAfter that you should have an executable "flicp".
That's it.
Sending files to fli4l.
$ flicp -r <rootpw> -a <adminpw> -u <userpw> <file> <host>:<remotedir>
Getting files from fli4l.
$ flicp -r <rootpw> -a <adminpw> -u <userpw> <host>:<remotedir> <file>
Also you can find that project on freshmeat