Page 1 of 1

Question about QNTC

Posted: Mon Jan 23, 2023 3:58 pm
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?

Re: Question about QNTC

Posted: Mon Jan 23, 2023 9:14 pm
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'