rittiger15
Technical User
I have a database that use cold fusion to create text files of the data. These text files can then be downloaded by users from the server. I used to save the files on a local drive where my code looked like this:
variables.path = "C:\agcomm\cfml\downloads";
However, since our customer recently went to a differnt configuration of the servers, we can no longer use FTP to download the text files. For a solution, the customer mapped a directory (agcommdb) from the production side to a directory on the test side (agcommdb_test). How do I call this logical directory?
I thought it would be:
variables.path = "/agcommdb/cfml/downloads";
Chris
variables.path = "C:\agcomm\cfml\downloads";
However, since our customer recently went to a differnt configuration of the servers, we can no longer use FTP to download the text files. For a solution, the customer mapped a directory (agcommdb) from the production side to a directory on the test side (agcommdb_test). How do I call this logical directory?
I thought it would be:
variables.path = "/agcommdb/cfml/downloads";
Chris