You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's probably not always a good idea to leave a temporary file in the working directory. Is there a reason why this is not in the tmp folder by default (std::env::temp_dir for example)?
The text was updated successfully, but these errors were encountered:
The temporary file should be automatically deleted when the connection is terminated. I had it be created in the current directory to make it easier to debug remote sessions by manually sshing in with the same connection. I'd be totally open to making this behavior configurable through the builder though (see #16).
It's probably not always a good idea to leave a temporary file in the working directory. Is there a reason why this is not in the tmp folder by default (std::env::temp_dir for example)?
The text was updated successfully, but these errors were encountered: