Hi
Im trying to gain access to a folder to grab csv files using coldfusion that now requires a username and password, any suggestions on how this can be done?
can I just hard code the user name and password into coldfusion so it will automatically pick it up each time?
no i’m just trying to access it through the code, you need to enter a username and password to get into this folder now if you do start, run and enter the filepath, originally everyone had access to it so i never had a problem
but now i keep getting access denied error, Which would be correct as Its looking for a username as password, so i was thinking if I could hard code the user name and password into coldfusion so it would automatically pick it up when the user goes to that webpage.