Okay, I think it time to give up on this idea, via this method.
I have managed to get the copy working, to can upload files that way, and, if I go back to ftp I can get a list of files (ftp_nlist), but they are all in the form
/www.site.com/public_html/filename.php
^ for example ^
So while I can manually set up a link
<a href="file.zip">File</a>
to download files, is there a way to print, my files, in reasonable format such as
file1.php
file7.php
file3.jpg
file4.htm
and then select one to download. If I can do this, and then allow deletion of these, and rename (which ftp functions WILL do!) and upload, which I CAN do. I'll have pretty much achieved my aim of a simple page where authed users can sort out their files on a part of the page without full FTP access.
Also, the method of download files there is crude, isn't there a better method than can be used to download any files, other than having to name them .zip files for them to be downloaded (ie naming em .htm, .php, .jpg etc... just displays them)
Thanks a lot for any help