inossidabile / grunt-ftpush

Grunt task for incremental code deployment over ftp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stat command unsupported on some servers

timelf123 opened this issue · comments

Filezilla server in particular does not support the STAT command. This means that when I try to deploy, if the remote directory structure does not exist beforehand (even if empty) the deploy stalls and throws:

Error: read ECONNRESET
    at errnoException (net.js:901:11)
    at TCP.onread (net.js:556:19)

Use useList option.

Wow I forgot I had filed this issue before. Thanks!