Slow FTP sync with directories keeping lots of files

do not know your exact use-case but might try a work around, for example,

rclone check /dir remote:/dir --one-way --differ=differ.lst
rclone copy /dir remote:/dir --no-traverse --no-check-dest --files-from=differ.lst