grunt-sftp-deploy icon indicating copy to clipboard operation
grunt-sftp-deploy copied to clipboard

serverSep not working for deeper directory

Open watert opened this issue 10 years ago • 3 comments

Deeper files will all uploaded to the root directory with ""s in file name.

watert avatar Oct 11 '14 07:10 watert

I'm seeing this too (deploying from Windows 8.1 -> Ubuntu 12.04)

toby1kenobi avatar Oct 31 '14 11:10 toby1kenobi

Any changes with this?

kuzmeig1 avatar Nov 05 '14 09:11 kuzmeig1

This duplicates #48 Pull request https://github.com/thrashr888/grunt-sftp-deploy/pull/77 might fix this. I'm using git-bash under windows and sftp-deploy get's confused with the path separators. With the fix you can set the option "localSep" according to "serverSep".

barigorokarl avatar Oct 28 '15 21:10 barigorokarl