We use webutil_file_transfer.url_to_client to retrieve a file stored at a https url and placing the file in a specified folder on the users C drive using command BLNRET := WEBUTIL_FILE_TRANSFER.URL_To_Client(p_sfile, p_dfile);
The process is not working in 14c, the expected file does not get created in the users C drive folder. We are using the webutil.pll and plx that were included with 14c.
Has anyone else encountered this issue? Or know of any way to debug this so we can figure out why it is no longer working?