-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
mongofiles ignores the --local flag for a put command; it also inconsistently uses it for 'get' commands. e.g.
> mongofiles -dtest -ctest -ltest.txt put test.py 2014-11-14T16:32:12.039-0500 connected to: localhost added file: test.py
mongofiles should store the file as test.txt and not test.py.