The utility that I already have built using .NET simply just downloads and uploads a CSS file.
And I used FTPWebRequest (from .NET) --- I want to convert this utility of LAZ.
I want to use a library that can work with all aspects of working with files located on a webserver.
FTP functions may be needed.
From all that I have read, a lot of people have problems getting the 3 major players to work properly (mainly installing)
And from my reading it seems that the Synapse gives me the best solutions for all web related things.
So, I go to this page...
http://www.ararat.cz/synapse/doku.php/public:howto:installsynapseAnd according to the installation guide I can place the Library in my projects "lib" folder and just call the "uses" i need.
Fine, was able to at least get the call to connect.
However, I want to make the Synapse library available for any and all projects I may use in the future.
So, according to the documentation on that page...
If you would like to configure your Lazarus IDE to be ready to use Synapse with all of your projects without having to copy the units to every single one of your project directories, then do this (Note: this was tested on Lazarus v0.9.12 BETA other versions are subject to change): First copy Synapse to any folder you wish (I have it in the components folder of Lazarus, but you can put it anywhere you like) then in the menu go to “Environment>CodeTools options” (Note: > means sub-menu). Then a small window will popup, when that happens there should be a textbox at the top that says “Aditional source search path for all projects” or something similiar to that. What you must do is insert the directory in which you have copied Synapse to. And there you have it. You are done. Enjoy using Synapse!
Okay... this documentation is old and doesn't apply to LAZ 1.6 (from what I can tell)
I don't see an "Environment/CodeTools" menu where I can add the library source to the "search path"
Where is this "add source to search path" in LAZ 1.6??