Hey everyone,
My name is Marcus and I'm new to Lazarus and FPC.
I know the basics of C and am not completly new to programming in general.
Now, I have a project in mind that will require a few things and I was hoping some kind soul here could point me in the general direction of where to find information, I'm not asking for someone to code my project for me, I want to learn FPC, Lazarus, FCL and so on.
Ok, so here are some of the parts my project will need: FTP connectivity, sending and receiving files through said FTP connection, the ability to pick a folder through a popup window (Classic choose-a-folder thing common in windows), the ability to scan through that folder for picture files and be able to copy the filenames to a separate file to keep track of things, the ability to write a text-file with settings and such.
Here's what the project is for:
I'm building a website for a business and they're intent on wanting some simple ways of updading certain parts so I want to build a program where they can choose a folder, which is a folder with images that goes into a list for a slideshow on the site, and I might want to make a textfield where they can update some text on the site, all of which goes into a html file or somesuch that would then be uploaded to the website through the FTP functions.
If some kind sould would point me in the general direction of help would be awesome.