send file from unix server to windows hard disk

amany

New Member
I want to know how to automatically send an output file from progress program running on a unix server to the hard disc of a windows user workstation.

Thanks
Amany
 
You share a folder on windows server with read/write permission for your unix user. create a folder in unix with read/write permission.

Use samba share or equivalent create a share between 2 folders .

Syntax differs , check what is applicable to your OS.
 
Alternately, you can output to email & send the file as an attachment to the user's email inbox. Check QAD on how to setup email as a printer and to send outputs as attachments.


-sanju
 
Back
Top