Andy Mercer
Andy Mercer
This is still happening. It has been fixed upstream. We just need to edit line 198 of the [main tasks file](https://github.com/zonak/grunt-ftp-deploy/blob/master/tasks/ftp-deploy.js#L198): `ftp.raw.quit(function (err) {` Change to: `ftp.raw('quit', function (err) {`
Unfortunately, I'm pretty sure that this project has been abandoned, @spoji.
I'm not sure if this will help, but I turned on debugging and got this: During handling of the above exception, another exception occurred: ``` Traceback (most recent call last):...
When I use the Setup from the menu, I get a much larger file with many commented out options. Without changing a single thing on this file, I get this...
Something odd is going on here. I tried putting in my credentials again, from the generated file. If I try to save that settings file, I get the error. However,...
After adding that to my user settings file, when I try to save the .settings file, I get this in the console: ``` b'FTPSync > Loading config: cache hit (key:...
After rebooting the computer, I now have this also: ``` b'FTPSync > Found no config for {C:\\Users\\User\\AppData\\Roaming\\Sublime Text 3\\Packages\\User\\Preferences.sublime-settings}' b'FTPSync > Found no config for {C:\\Users\\User\\AppData\\Roaming\\Sublime Text 3\\Packages\\User\\Preferences.sublime-settings}' b'FTPSync >...
Thanks. I appreciate you looking into this btw.
Same issue here, but only on one computer. Works perfectly on the other computer I use. I'm glad to see I'm not the only one.