Thanks for the suggestion Drawmack, however as you can see by my username, i use destop a lot.
The thing is that it works fine on my w2k/apache setup, it is only when i move it to my server ... and yes i checked that ftp was enabled etc ...
perhaps it is because i am trying to send files like follows
LOCAL -> FIRST SERVER -> SECOND SERVER
the reason i need it to work this way is because my client insists on using the SECOND SERVER despite my kicking and screaming. They need to upload files regularly and i don't want to have teach them how to use a FTP client (They just won't get it, they're still not even getting email
😕 ). Therefore i need to make it as simple as possible, which means a simple form, and click go...
which gets me back to ftp_put probably it is trying to locate the file on the FIRST SERVER instead of LOCAL since the script is connecting to the SECOND SERVER.
However due to the simplistic nature of the clients.... i want to put the form in plain xhtml straight onto their pc, without having to install php/apache
Thanks for all the help so far...😃