Question about QNTC
Question about QNTC
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?
-
- Site Admin
- Posts: 363
- Joined: Sun Jul 04, 2021 5:12 am
Re: Question about QNTC
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:
or
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'
Code: Select all
MKDIR '/QNTC/192.168.4.27'