webutil
hello ,
I have IAS10g on windows 2003 server.
I I'm doing a configuration of webutil library, I hace this configuration in file webutil.cfg
But it don' write the file in the directory
IF webutil_file_transfer.is_as_writable(path) THEN
#NOTE: By default the file transfer is disabled as a security measure
transfer.database.enabled=TRUE
transfer.appsrv.enabled=TRUE
transfer.appsrv.workAreaRoot=c:\temp
transfer.appsrv.accessControl=TRUE
#--List transfer.appsrv.read.<n> directories
transfer.appsrv.read.1=c:\temp
transfer.appsrv.read.2=E:\Webdoc
#--List transfer.appsrv.write.<n> directories
transfer.appsrv.write.1=c:\temp
transfer.appsrv.write.2=E:\Webdoc
I have IAS10g on windows 2003 server.
I I'm doing a configuration of webutil library, I hace this configuration in file webutil.cfg
But it don' write the file in the directory
IF webutil_file_transfer.is_as_writable(path) THEN
#NOTE: By default the file transfer is disabled as a security measure
transfer.database.enabled=TRUE
transfer.appsrv.enabled=TRUE
transfer.appsrv.workAreaRoot=c:\temp
transfer.appsrv.accessControl=TRUE
#--List transfer.appsrv.read.<n> directories
transfer.appsrv.read.1=c:\temp
transfer.appsrv.read.2=E:\Webdoc
#--List transfer.appsrv.write.<n> directories
transfer.appsrv.write.1=c:\temp
transfer.appsrv.write.2=E:\Webdoc
0