A while back, I 'developed' an app (I use the word developed very loosely) to help myself quickly access certain tools and information pertaining to Fanuc Robots and other aspects of my job.
Since a lot of the tools and information were gathered and/or built from the help of many threads on this forum, I decided to strip down my app, and share what I could... Enter FRUIT.
FRUIT ("Fanuc Robot Useful Info and Tools") is my Windows Forms app which was originally built around Linuxsand's "Know Fanuc" website using the CURL function, to quickly access alarm codes. (I use a program called AutoHotkey to map FRUIT to a custom Keyboard shortcut so that I can quickly open the app, and utilize it's functions.)
Since then, FRUIT became a lot more, including a simple Robot Commenting Tool, a barebones FTP loading/backup client, and a CM file creation tool. It also has a few other informative tools including a quickly accessible 'library' for System Variables, whose definitions were gathered from descriptions found on this site or dug out of manuals, as well as some that are defined by personal observation.
I am by no means an App Developer, this is a hobbled together assortment of VB code, that with a lot of trial and error, appears to do what I want it to (at least it does on my PC); I can make no promises that this will work for everyone, or be without some bugs. I can say, it is most likely limited to Windows users, and the FTP portion points to a direct location of FTP.EXE, that may or may not be the same as yours.
For those that do manage to use it, feel free to share any comments/suggestions, but, at this time, I'm not making any promises of future updates.