Commit Graph

5 Commits

Author SHA1 Message Date
John Eikenberry e355d86d50 reordered and commented to improve as example 2017-02-18 18:20:37 -08:00
John Eikenberry 138f292b1b add symlink support to file mode info 2017-02-18 18:20:37 -08:00
John Eikenberry 584416ecbc FileInfo.Sys() returns a point to syscall.Stat_t
Returning the file stat struct with uid/gid set allows 'ls -l' to work
in sftp.
2017-02-18 18:20:37 -08:00
John Eikenberry 3f229eeee3 switch fs from tree to flat map
Simplify the example handlers FS-like struct by changing it from a tree
to a map.
2017-02-18 18:20:37 -08:00
John Eikenberry b7df6d6ef6 initial version of in-memory example/test request backend 2017-02-18 18:20:37 -08:00