# jBASE Remote File Service (jRFS)
Read Time: 1 minute(s)
Tags: remote files jrfs
# Description
The main purpose of jBASE Remote File Service (jRFS) is to allow files to be shared between two machines (a Client and a Server). It consists of a Server program which runs on the machine that hosts the files, and a remote JEDI which will allow the Client machine to access the files stored on the remote server. jRFS also allows jQL Statements to be run on the Host machine via the client. The benefit of this is just the results of the select will be returned over the network to the client hence reducing the network traffic between the host and the client (If using standard file sharing between host and client, the client would need to read all the contents of a file over the network to process the jQL Statement). In addition jRFS allows the execution of programs via the client on the host machine returning any output to the client.
Topic | Description |
---|---|
jRFS Linux Quick Start | Quick start on Linux |
Configuration Files | List of configuration files |
Starting jRFS as a Service | How to configure jRFS as a service |
Creating Stub Files | Creating STUB files to point to remote files |
Creating Remote Pointers | Using SYSTEM and R MD/VOC entries to point at remote files |
Remote Query Options | Performance options of where a query is run. |
Access Security | Optional Access Security |