inossidabile / grunt-ftpush

Grunt task for incremental code deployment over ftp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.3.3 sends unsupported command to Filezilla Server

timelf123 opened this issue · comments

Somewhere in between 0.3.2 and 0.3.3 this task stopped working for some of our devs on Mac.

The task is sending "STAT" commands to our FTP server (filezilla) which does not support "STAT"

I've added documentation for the hidden useList option. Between this versions the default value for that has been changed to unsafe one (false). But you still can set it to true manually in your options. Go ahead and do it!

Great, thanks!