Evan Plaice
Evan Plaice
Try installing an older version of JSFTP. Ftp.raw is deprecated. I don't have the time ATM to fix this.
Good question. What does your config look like. Are there any file permission issues. Currently, this tool depends on some outdated JSFTP features. It would be best to workaround those...
Try starting the relative directories with ./ { "local": "./assets/storage/", "remote": "./downloads", "host": "10.0.0.1", "port": 21, "user": "***", "pass": "****", "connections": "2", "ignore": [ ".htaccess" ] } Do the directories...
Try changing permissions on downloads to 666 (rw for user, group, all). It's possible that node is running as a user other than the one you're logged in as. In...
This module follows the linux 'no news is good news' model of logging. Ie when the operation is successful there is no output, to get a detailed log of actions...
Could you explain the purpose of this change?
Take a look at the latest commits. Timestamp comparison has finally been added.
@laurentvd Honestly, I was considering moving the config.json parameters into package.json. The only issue I see there is protecting the login credentials. In the mean time it shouldn't be difficult...
Try reverting back to 0.1.7 and let me know if you still have the issue. There have been 2 changes recently that may be to blame.
@fily55 The dependencies were updated following 0.1.7. Looking at the `jsftp` issues, it looks like `grunt-ftp-deply` is experiencing the same issue so it's highly unlikely that changes in `grunt-ftpsync` are...