inossidabile / grunt-ftpush

Grunt task for incremental code deployment over ftp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dest folder same name bug

putaoshu opened this issue · comments

ftpush: {
build: {
auth: {
host: '1.1.2.1',
port: 21,
authKey: 'key1'
},
src: '../j/demo/',
dest: '/demo/j/demo/'
}
}

bug: Fatal error: read ECONNRESET
because: dest: '/demo/j/demo/' demo have twice

I have no idea what you mean or what the issue is. Can you explain it more explicitly?

Feel free to reopen when you are ready to provide details.