Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sftp backend doesn't work on Windows #218

Open
donny-dont opened this issue Sep 11, 2019 · 2 comments · May be fixed by #237
Open

sftp backend doesn't work on Windows #218

donny-dont opened this issue Sep 11, 2019 · 2 comments · May be fixed by #237

Comments

@donny-dont
Copy link

This is because the sftp implementation uses filepath which causes \ separators to be used on Windows.

@donny-dont
Copy link
Author

It seems to just work if you go ahead and replace uses of filepath with path.

@jasonhancock
Copy link
Contributor

sounds like a straightforward change. Feel free to send it in.

@donny-dont donny-dont linked a pull request Jun 27, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants