Error: git: 'ftp' is not a git command. See 'git --help'.
Did you mean this?
fetch
call: git ftp push --scope Dev-a
Error: git: 'ftp' is not a git command. See 'git --help'.
Did you mean this?
fetch
at Object.exports.toError (file:///Users/UD33/Library/Application%20Support/Brackets/extensions/user/zaggino.brackets-git/src/ErrorHandler.js:162:19)
at NodeConnection.<anonymous> (file:///Users/UD33/Library/Application%20Support/Brackets/extensions/user/zaggino.brackets-git/src/Cli.js:185:44)
at j (file:///Applications/Brackets.app/Contents/www/thirdparty/thirdparty.min.js:559:26911)
at Object.k.fireWith (file:///Applications/Brackets.app/Contents/www/thirdparty/thirdparty.min.js:559:27724)
at NodeConnection._receive (/utils/NodeConnection.js:498:34)
Followed the prompts to set up Git-FTP remote, adhering to the following structure: ftp://user:passwd@example.org/folder
When attempting to push modified files to FTP, error is returned.
Brackets 1.4.0-16380 (mac), Git 2.5.0 & Brackets-Git 0.14.32
Failed push to Git-FTP remote.