mrpdaemon / encfs-java

encfs-java is a Java library for accessing data in EncFS volumes
GNU Lesser General Public License v3.0
42 stars 15 forks source link

EncFSShell now supports files / paths with spaces, if they are quoted. #38

Closed michael1 closed 12 years ago

michael1 commented 12 years ago

EncFSShell now supports files / paths with spaces, if they are quoted. Example: cat "this is a test file with quotoes"

mrpdaemon commented 12 years ago

Hello Michael,

Thanks for your contribution. I have merged your pull request. Hope you find encfs-java useful for your purposes :)

--Mark

On Tue, 2012-05-29 at 12:16 -0700, michael1 wrote:

EncFSShell now supports files / paths with spaces, if they are quoted. Example: cat "this is a test file with quotoes"

You can merge this Pull Request by running:

git pull https://github.com/michael1/encfs-java patch-1

Or you can view, comment on it, or merge it online at:

https://github.com/mrpdaemon/encfs-java/pull/38

-- Commit Summary --

  • EncFSShell now supports files / path with spaces, if they are quoted.

-- File Changes --

M src/main/java/EncFSShell.java (37)

-- Patch Links --

https://github.com/mrpdaemon/encfs-java/pull/38.patch https://github.com/mrpdaemon/encfs-java/pull/38.diff


Reply to this email directly or view it on GitHub: https://github.com/mrpdaemon/encfs-java/pull/38

michael1 commented 12 years ago

Hi Mark,

thanks. So far just started to test - and all my test file had spaces ;-) Looks really good so far, thank for the work!

Michael

Am 30.05.2012 05:04, schrieb mrpdaemon:

Hello Michael,

Thanks for your contribution. I have merged your pull request. Hope you find encfs-java useful for your purposes :)

--Mark

On Tue, 2012-05-29 at 12:16 -0700, michael1 wrote:

EncFSShell now supports files / paths with spaces, if they are quoted. Example: cat "this is a test file with quotoes"

You can merge this Pull Request by running:

git pull https://github.com/michael1/encfs-java patch-1

Or you can view, comment on it, or merge it online at:

https://github.com/mrpdaemon/encfs-java/pull/38

-- Commit Summary --

  • EncFSShell now supports files / path with spaces, if they are quoted.

-- File Changes --

M src/main/java/EncFSShell.java (37)

-- Patch Links --

https://github.com/mrpdaemon/encfs-java/pull/38.patch https://github.com/mrpdaemon/encfs-java/pull/38.diff


Reply to this email directly or view it on GitHub:

https://github.com/mrpdaemon/encfs-java/pull/38

Reply to this email directly or view it on GitHub: https://github.com/mrpdaemon/encfs-java/pull/38#issuecomment-6001229