Skip to content

Issue with escaping space - space in src or dest #56

Description

@MarshallRJ

It seems that the spaces in a path with a space - space are being escaped incorrectly.

eg path "/foo/bar - test.txt"

was being sent to rysnc as: "/foo/bar\ - test.txt"

and not as expected: "/foo/bar\ -\ test.txt"

I added a test and proposed an fix to the escape regex:

#55

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions