Skip to content

Use path instead of filepath in sftp#237

Open
donny-dont wants to merge 1 commit into
WasabiAiR:masterfrom
donny-dont:fix-sftp-path
Open

Use path instead of filepath in sftp#237
donny-dont wants to merge 1 commit into
WasabiAiR:masterfrom
donny-dont:fix-sftp-path

Conversation

@donny-dont
Copy link
Copy Markdown

The sftp client always uses / for a separator. However filepath uses whatever the separator is for the OS which causes Windows applications to fail. Replace calls to filepath with path to remedy this.

Fixes #218

The sftp client always uses `/` for a separator. However filepath uses whatever
the separator is for the OS which causes Windows applications to fail. Replace
calls to filepath with path to remedy this.
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 this pull request may close these issues.

sftp backend doesn't work on Windows

1 participant