Closed jmzoda closed 8 years ago
Error comes from file parser.js in https://github.com/sergi/parse-listing used by jsftp.js in ftpsync.js and of course this project.
Currently waiting for a response. If it has been fixed I'll update the dependencies to the latest.
Not currently fixed. It is has not been updated on the master branch of jsftp. Unfortunately my issue is still open : https://github.com/sergi/jsftp/issues/121
@jmzoda Thanks for the update.
@evanplaice Don't hesitate. You are welcome.
@jmzoda I just finished updating all the dependencies. JSFTP is has been bumped to the latest including the commit that fixed this issue.
I'm going to close for now, let me know if you run into any more issues.
Didn't check with accents on directories but discovered errors on removing files with accent (like é) during sync operation on ftp. Copying without any troubles but removing files with accent on ftp gives : 550 File not found error.
See extract of ftpsync + ftp server logs below for more details : '' 'Consolidating' '-------------------------------------------------------------' 'Mkdir:' [] '' 'Rmdir:' [] '' 'Add:' [ '/HOME-abonnés.jpg' ] '' 'Updates:' [] '' 'Remove:' [ '/HOME-abonnés.jpg' ] ''
Ftp shows :
Thanks in advance