Skip to content

MendyK/File-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote File Server

This project is a remote file server that is mostly transparent to the user.

This project provides an interface much like the standard file system calls to allow easy use of files across the network. It implements 'netopen', 'netread', 'netwrite' and 'netclose' but (instead of files being modified on the client) the client sends the parameters to the file server where the actual file operations will happen. To the client, it looks like open and netopen, read and netread, write and netwrite and close and netclose work almost identically, except my net commands are working on files on another machine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published