Robert Winterbottom

Results 22 comments of Robert Winterbottom

@flowdee Hey, there was a PR up for this but the original publisher of that never updated his PR to add tests so it was eventually closed due to inactivity....

@andrewmcwatters Sorry for the delays, but a feature like wiping/syncing an entire remote directory could easily go horribly wrong and is not something I would be willing to deploy without...

Hmm, there was an update in september to change `path.normalize` to `path.posix.normalize` and all other calls to `path` to use `path.posix`. What system are you guys using? I wonder if...

Hey @JasonEtco. I can put up a sample file for you to try using or push a patch version to see if it fixes it for you, might be a...

Hmm, can you post your config that your using and any terminal output you are seeing? That sounds like it is having trouble connecting to your FTP server.

Thanks @luisgagocasas. @JasonEtco Can you verify that you are able to connect to those folders on your server? Im not seeing any errors from the initial code, the first output...

If the change fixed the path issue, I may close this ticket and reopen a new one for the timeout error as that seems like a different issue.

@JasonEtco. Great, glad to hear. Im gonna leave this open as a reminder to make those updates to path.posix for the next version, so keep using the one you edited...

Note to self: Use `path.posix` if it exists, otherwise use `path` in it's place.

Ok, that's great. I will leave it as is then. Thanks for the update.