Hello very one I need help to find and moved all .wmv files in many folders in my server to just one see what I have so far
scp -P 1122 "*.wmv" -type f /home/user/public_html/HOTVIDEOS \
user@somesite.com:/home/user/public_html/latino/members/HOTVIDEOS/videos
who can show me the correct comand please. and thank you very much..
server said:
*.wmv: No such file or directory
-type: No such file or directory
f: No such file or directory
