Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WebUtil_File_Transfer.AS_To_Client

562038Nov 21 2008 — edited Nov 21 2008
Hi 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.
This post has been answered by user434854 on Nov 21 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2008
Added on Nov 21 2008
2 comments
3,541 views