Closed keel closed 8 years ago
But FileZilla works fine. is there a way to force overwrite the dirs?
And I found the error happened when the remote dir is pure numbers, like '2015' . I change it to 'y2015' ,it will be fine, and Consolidating will not count this dir.
OK, I just find the remote dirs in Collecting log is wrong. the real remote list is:
[ '/about',
'/archives',
'/archives/2015',
'/archives/2015/11',
but the log is :
[ '/about',
'/archives',
'/archives/5',
OK, I Fix it myself , it's a jsftp's bug. https://github.com/sergi/parse-listing/pull/8
@keel Is the change available yet via NPM? If so, I'll update the dependency.
not yet, not got response from @sergi
@keel cool, let me know when you find out. Alternatively, if you want to take care of it you could submit the update as a PR and I'll merge it in.
@evanplaice , Sergi fixed it. it's ok now.
@keel Sorry about the delay. Updating the dependencies caused some issues that broke my tests.
Everything should be up-to-date and working now. Incl jsftp.
I got this error, the ftp server maybe windows ,I guess.