Changes between Initial Version and Version 1 of Ticket #576


Ignore:
Timestamp:
2014-02-14T11:08:42Z (10 years ago)
Author:
Vojtech Horky
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #576 – Description

    initial v1  
    33 Details::
    44  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]]
    66  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]]
    88  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 
    1010  * SFTP
    1111  * 9P
     
    2323
    2424 Documentation::
    25 
     25 
    2626 * [http://tools.ietf.org/search/draft-ietf-secsh-filexfer-13 SFTP protocol specification]
    2727 * [http://plan9.bell-labs.com/sys/man/5/INDEX.html 9P protocol specification]