Skip to content

Error: 550 Can't create directory: No such file or directory #109

@Machinas

Description

@Machinas

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions