RemoteObserving
RemoteObserving copied to clipboard
check if /tmp/ directory exists
Hi all,
In order for the ssh to connect, it looks like it needs a /tmp/ directory. It might be useful if the program checks if the directory exists in the user's computer?
Thanks!
-- kvgc
Thanks @kvgc that looks like it is a requirement from the users ssh
command line program (it's not referenced in our code I think). I'll see about adding a test for the existence of /tmp
with a warning.