Home / NFS_Server_v1.0.6.1
Name Modified Size InfoDownloads / Week
Parent folder
NFS_Server_Source_v1.0.6.1_(2024-05-31,22).zip 2024-05-31 130.1 kB
README.txt 2024-05-31 2.8 kB
NFS_Server_1.0.6.1_Portable.zip 2024-05-11 9.1 MB
Totals: 3 Items   9.3 MB 56
==================================================
NFS Server
Version 1.0.6.1
Copyright (C) 2020,2023  Vitalij Fedichev vitalijfedichev@gmail.com
https://vk.com/id94245154
==================================================

NFS Server is an application for Microsoft Windows. It's an server supporting protocol NFS 2 (File size limit 2Gb)


In order to work from Linux, an NFS client must be installed.
For example in Dedian, run the command

   sudo apt-get install nfs-common


In the mount command you must specify the protocol version

   sudo mount -v -t nfs -o vers=2 192.168.56.1:/d/shared ~/shared


When you have finished - unmount the folder

   sudo umount ~/shared

==================================================
DISCLAIMER
==================================================

The software is designed for use by trained professional personnel and is not a substitute for sound professional judgment.  
It is the sole responsibility of the user to validate the data presented by jsTerm and to determine whether the results of 
this program are accurate and suitable for any specific purpose.  No guarantee of accuracy or fitness for any purpose is expressed or implied.  
The author strongly recommends that the data be checked against other sources and/or methods before use and application.  
The author shall not be held liable for any direct, indirect, consequential or incidental damages incurred through use of the data or calculations. 

==================================================
LICENSE
==================================================

NFS Server is licensed under the GNU General Public License (GPL) Version 3.
 
==================================================
SYSTEM REQUIREMENTS
==================================================

OS:

Windows: 32/64-bit XP or higher
Software:
        For portable versions you need:
            Qt4 variants require Microsoft Visual C++ 2008 Redistributable

==================================================
BUILD
==================================================

The project is built in Visual Studio 2008 (QT 4.8.7),
project file and everything you need for Visual Studio 2008 is in the folder
src\VS2008\NFS_Server

The project can be built in QTCreator (QT 4, QT 5)

All sources in the folder
src

==================================================
VERSION HISTORY / CHANGELOG
==================================================

Version 1.0.6.1
- Expanded codec support

Version 1.0.6.0
- Fixed bug causing some clients to hang on Linux
- Organized source files

Version 1.0.5.0

- This version is the first to be released under the GPL v3 license
- Corrected many other bugs from the previous version
Source: README.txt, updated 2024-05-31