WebUtil_File_Transfer.AS_To_Client
562038Nov 21 2008 — edited Nov 21 2008Hi Folks,
I'm attempting to use the above function to get a file from the application server (a linux machine) to the client PC (Windows). The webutil.cfg on the AS machine contains:
transfer.appsrv.accessControl=FALSE
transfer.database.enabled=TRUE
transfer.appsrv.enabled=TRUE
transfer.appsrv.workAreaRoot=/tmp
transfer.appsrv.read.1=/tmp
transfer.appsrv.write.1=/tmp
I have no trouble using Client_To_AS to take a file from the PC to the AS - it successfully ends up in /tmp:
WEBUTIL_FILE_TRANSFER.CLIENT_TO_AS ('C:\temp\file.txt', '/tmp/file.txt')
But using the AS_To_Client function always returns FALSE:
WEBUTIL_FILE_TRANSFER.AS_TO_CLIENR ('/tmp/file.txt', 'C:\temp\file.txt')
Do I need something more in the config? Am I using the correct form of path for each end? Help!
Thanks,
Simon.