inossidabile / grunt-ftpush

Grunt task for incremental code deployment over ftp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

553 prohibited directory name + ECONNRESET

jayseventwo opened this issue · comments

Hi there, i have used grunt-ftp-deploy and it works fine, but i like the idea of incremental only uploads that you have built into yours, but i cannot get it to work.

Below is a sample of the debug output:

[D] Diff { upload:
   [ [ 'jquery-1.10.2.min.js', '11468602df014a21b203dc9bcd84d369' ],
     [ 'modernizr-2.6.2.min.js', '4747d88a589eb8b864e546af80acb111' ] ],
  rm: [],
  rmDir: [] }
[D] Upload 'jquery-1.10.2.min.js' '\\assets\\js\\vendor' '11468602df014a21b203dc
9bcd84d369'
[D] Upload 'modernizr-2.6.2.min.js' '\\assets\\js\\vendor' '4747d88a589eb8b864e5
46af80acb111'
[D] Remote folder wasn't creted (isn't empty?) public_html\test\wp-content\theme
s\jayseventwo\assets\less --> Error: 553 Prohibited directory name

and at the end:

>> Uploaded file: .editorconfig to: \
Fatal error: read ECONNRESET

I have integrated this with the WordPress Roots starter theme (roots.io) that uses grunt.

Any ideas as to what is going wrong, especially since ftp-deploy works fine?

Please try 0.3.0. Closing the issue, please reopen if you need further assistance.