Question about QNTC

Any IBM i topic that does not fit in another forum
Post Reply
jdaley
Posts: 1
Joined: Mon Jan 23, 2023 3:56 pm

Question about QNTC

Post by jdaley »

Is is possible to use QNTC to share files with a server on a different domain than the domain the i netserver is set up for?
Scott Klement
Site Admin
Posts: 635
Joined: Sun Jul 04, 2021 5:12 am

Re: Question about QNTC

Post by Scott Klement »

It should be possible, provided that the domain is available -- i.e. your network is allowed to access it.

You may have to create the link to the server with MKDIR in order for it to find it, for example:

Code: Select all

MKDIR '/QNTC/TheServer'
or

Code: Select all

MKDIR '/QNTC/192.168.4.27'
Post Reply