inossidabile / grunt-ftpush

Grunt task for incremental code deployment over ftp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diff for large file names fails

mdings opened this issue · comments

When using large files names the diff seems to fail:

Warning: Cannot delete file: b8079fd5616ee9b5d34b8a93699c3e38a --> Error: 550 /domainsdomain.com/core/cache/b8079fd5616ee9b5d34b8a93699c3e38a: No such file or directory Use --force to continue.

Aborted due to warnings.

This is the problem of FTP library that is used underneath. It has much more issues than this one so if something doesn't work the only thin I can suggest is to use --simple mode. This will likely never be fixed unless we find another nice implementation of FTP for Node.