Opened 14 years ago

Last modified 14 years ago

#91 accepted enhancement

make file sharing protocol agnostic (support nfs, sshfs, etc..)

Reported by: Antoine Martin Owned by: Antoine Martin
Priority: major Milestone: 1.0
Component: Client Keywords:
Cc:

Description (last modified by Antoine Martin)

The data structures should be ok (generic enough). (see #7)

What we need is to be able to hook any number of filesystem backends at both ends (and configure/detect which ones are available and enabled).
The code also needs to me moved out of client_channel.add_mount_point - this was done for expediency, but definitely not the right place for it!


This will also make it fairly easy to support client-mounts-server mode (not going to work for win32 mounting smb via tunnels - unless they have fixed it in newer versions of windoze)

Change History (6)

comment:1 Changed 14 years ago by Antoine Martin

Description: modified (diff)
Owner: changed from Antoine Martin to Antoine Martin
Status: newaccepted

comment:2 Changed 14 years ago by Antoine Martin

Milestone: 1.00.9.3

comment:3 Changed 14 years ago by Antoine Martin

Milestone: 0.9.30.9.4

comment:4 Changed 14 years ago by Antoine Martin

Milestone: 0.9.40.10

comment:5 Changed 14 years ago by Antoine Martin

Refactored the code to support any number of filesystem types in r2147

Last edited 13 years ago by Antoine Martin (previous) (diff)

comment:6 Changed 14 years ago by Antoine Martin

Milestone: 0.101.0
Note: See TracTickets for help on using tickets.