Closed aumo closed 10 years ago
Hello,
When trying to open a file with the rmate client, if the path starts with a parent folder symbol, it will be repercuted on the host side. For example:
rmate ../my_file
will save the temp file in
/var/folders/mb/lts7vzm559z283l9r_s3_pfh0000gn/T/my_file
instead of
/var/folders/mb/lts7vzm559z283l9r_s3_pfh0000gn/T/PBlSdi5iEX/my_file
That will still work but
rmate ../../../my_file
will fail as Atom does not have the writing permission for /var/folders/mb/.
/var/folders/mb/
P.S. I'm using remote-atom on OSX.
Should be fixed now.
It does, thank you.
Hello,
When trying to open a file with the rmate client, if the path starts with a parent folder symbol, it will be repercuted on the host side. For example:
will save the temp file in
instead of
That will still work but
will fail as Atom does not have the writing permission for
/var/folders/mb/
.P.S. I'm using remote-atom on OSX.