I am trying to find a simple script to upload some php files to my webserver.
I do not have ftp access over than via a GUI for the provider which sucks, I have a script running on my local server to make some file changes, I then want to put those files onto my remote server so users can see the updated info.
Does anyone know of a way I can do this that wont involve scripting an fwrite with multiple lines as there will be several pages and several hundred lines to copy.