Archive for the tag 'QFileSrv'

 

 

Jul 02 2009

Access Windows, Unix and AS400 from AS400

Published by dave under AS400

Windows

Windows shares can be mounted on /QNTC filesystem. Create a folder is all needs to be done.
MKDIR ‘/QNTC/MY_SERVER’
Walk through remote directory:
WRKLNK ‘/QNTC/MY_SERVER’

 
IP address can also be used in place of the server name:

mkdir ‘/QNTC/IPADDR’
wrklnk ‘/QNTC/IPADDR’

 
Note: Pay attention to Windows rights. It doesn’t seem to be fully compatible.
Active Directory can also be a problem in some [...]

No responses yet