Hi,
I get this error:
Error creating new remote folder /html/ux-protos-test/ --> Error: 550 Can't create directory: No such file or directory
This is my grunt task file
:
module.exports = {
build: {
auth: {
host: 'ux.machinas.com',
port: 21,
authKey: 'key1'
},
src: 'build/templates',
dest: 'html/ux-protos-test',
exclusions: [
'.DS_Store',
'.gitignore',
'.ftppass'
]
}
}
What could be wrong?