node-rsync
node-rsync copied to clipboard
Escape file names that contain "&" characters
Currently the child process exits with a code 127 when attempting to transfer any files that contain a "&" character. The fix is a trivial change to the file.replace regex.