Well this is kind of tricky.
I want to create a graphic layout for my FTP server. The tricky part is that my webbhotel doesn´t provide PHP with the ftp flag.
So my first question is... Can I build a file listening and file download tool using just PHP4?
I only want to make my users able to list files in a directory and to be able to download them... I don´t care about the upload or changeing/renaming part. This, I can do myself using my FTP.
I have looked at the code libary but it seems like all of them is using the -ftp flag option?
Can anyone point me in the right direction on what to use?
/Fredrik