IKSG / nsf-file-server

SFTP server backed by an NSF
Apache License 2.0
3 stars 0 forks source link

Consolidate NSF access methods #1

Closed jesse-gallagher closed 4 years ago

jesse-gallagher commented 4 years ago

Currently, the methods that deal with the actual NSF are scattered across a couple classes and don't use shared string constants. It'd be best to put these all in NSFFileSystemProvider or in a distinct class, I think.