Changes between Initial Version and Version 1 of Ticket #576
- Timestamp:
- 2014-02-14T11:08:42Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #576 – Description
initial v1 3 3 Details:: 4 4 The HelenOS networking stack is mature and there are some networked servers and clients already implemented, but the system still lacks an user-friendly way of accessing remote file systems and serving its own file system to remote hosts over the network. 5 5 [[br]][[br]] 6 6 The goal of this ticket is twofold: (a) Implementing a networked file server that would serve a part of the local file system in HelenOS to remote host over the network. (b) Implementing a file system client (a file system driver) that would allow to access some remote file server over the network and possibly mount the remote file storage as a file system. 7 7 [[br]][[br]] 8 8 Both the server and the client should support at least one of the following common communication protocols. The server and the client for HelenOS should also have at least some protocols in common in order to be interoperable. 9 9 10 10 * SFTP 11 11 * 9P … … 23 23 24 24 Documentation:: 25 25 26 26 * [http://tools.ietf.org/search/draft-ietf-secsh-filexfer-13 SFTP protocol specification] 27 27 * [http://plan9.bell-labs.com/sys/man/5/INDEX.html 9P protocol specification]