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
We can see that Client.Getwd() uses a hidden method "realpath" to make path translation.
This method is useful for many situations, but there is no other public method to provide the same functionality.
So I suggest to make the function public.
The text was updated successfully, but these errors were encountered:
It seems like it’s a genuine request packet, and as noted could have some utility for clients. I don’t really see any reason not to expose it.
However, this comes with a caveat. I’m not sure we’re handling all the Host/Client OS situations properly. It should probably have a good and thorough check up before just exporting the functionality.
We can see that Client.Getwd() uses a hidden method "realpath" to make path translation.
This method is useful for many situations, but there is no other public method to provide the same functionality.
So I suggest to make the function public.
The text was updated successfully, but these errors were encountered: