If the permissions are set to 777 of all files and all directories. Is there a possible way to do it without having to download it and upload it again? I don't expect this to work on PHP files. I'm thinking .exe files, etc...
I've tried using fopen() and fread() and also file_get_conten ts().
Neither of which worked to get the file, although, oddly, didn't return an error.
If anyone knows about this can you please let me know?
Thanks
~Tyler
I've tried using fopen() and fread() and also file_get_conten ts().
Neither of which worked to get the file, although, oddly, didn't return an error.
If anyone knows about this can you please let me know?
Thanks
~Tyler
Comment