After a little further research I see from my Web-site logs that the [Put] appears to attract a 405 error which, looking through the docs for .htAccess, is 'Method not allowed'.
Although I know that to provide access to my web-site by whomever, I need to have an htAccess file in the particular folder. What I don't know is what should be in that file. I've used ths same file for many years and it containes just two lines :
Options All Indexes
IndexOptions FancyIndexing NameWidth=*This has always allowed anyone I give the URL to, access to download any files held in that specific folder.
I see from further reading that there is a 'RewriteEngine' which seems to take the argument 'on' (I presume thta there may also be an 'off') but adding that did not change the behaviour.
Can anyone shed light on whether the 'writing' is blocked simply because I haven't specifically allowed it (in htAccess) and if so what do I need to put in htAccess to make it happen?
I can appreciate that 'Reading' a file would not be resticted in this way; and that 'Writing' might be due to 'security' issues.
[EDIT]
I've now tried 'Post' rather than 'Put' and I've also added my IP address as 'Allow From' in the .htAccess file.
Still no change to the file held on the web.
I can of course use FileZilla to put the new file on the page but I'd sooner do it from within my program.
