I want to move some specific files store in test.txt line by line from host to remote using this function, but How? ` rsync -avzh --files-from="test.txt" /home/user/path/tomove`, Is it correct ? never suceed..