It always worked, but now it has stopped working.
'ftp-deploy': {
build: {
auth: {
host: 'ftp.xxxxxx.com.br',
port: 21,
authKey: 'key'
},
src: '<%= properties.root %>/releases/v<%= pkg.version %>/',
dest: '/www/web/atxmobile',
exclusions: [],
forceVerbose: true
}
}