Error in WEBUTIL_FILE_TRANSFER.AS_To_Client if client ip path provided
Hi All,
I am using forms Version 10.1.2.0.2 (Production)
In my application i have to transfer the "test.tif" file stored in application server to fax client machine. I have used webutil for transfer with ip address of the fax client.
x:=WEBUTIL_FILE_TRANSFER.AS_To_Client('\\10.10.10.33\fax\test.tif' , 'd:\temp.tif');
But its giving the error
*ERROR>WUT-131 [WEBUTIL_FILE_TRANSFER.DownloadInt] Invalid client file name 10.10.10.33\fax\test.tif. Cannot create client file.*
the webutil config file have following details added
#List transfer.appsrv.read.<n> directories
transfer.appsrv.read.1=d:\temp
transfer.appsrv.read.2=c:\temp
transfer.appsrv.read.3=\\10.10.10.33\fax
#List transfer.appsrv.write.<n> directories
transfer.appsrv.write.1=c:\temp
transfer.appsrv.write.2=d:\temp
transfer.appsrv.write.3=\\10.10.10.33\fax
Can someone please provide me solution in which i can specify the ip path of client machine for file transfer.