I want to get multiple files that were generated in last 1 day, from server to local. I'm using the following command which says "No such file or directory".
find username@server.xyz.com:/path-from-which-files-need-to-be-copied/ -type f -ctime -1 | xargs -ILIST scp LIST /Users/abcUser/Documents/test/
Error find: username@server.xyz.com:/path-from-which-files-need-to-be-copied/: No such file or directory
PS: I can access this location and scp from this location for single files with filenames.