Oct 3, 2014 #1 telcodog Technical User Jan 1, 2007 1,443 CA What's the easiest way to export the greetings from the UCx? Customer wants them saved on a PC somewhere. These are release 3.0 systems.
What's the easiest way to export the greetings from the UCx? Customer wants them saved on a PC somewhere. These are release 3.0 systems.
Oct 3, 2014 #2 theislandtech Technical User May 29, 2013 259 US I use scp single file scp user@your.server.example.com:/path/to/foo /home/user/Desktop/ multiple files scp -r user@your.server.example.com:/path/to/foo /home/user/Desktop/ -r Recursively copy entire directories Upvote 0 Downvote
I use scp single file scp user@your.server.example.com:/path/to/foo /home/user/Desktop/ multiple files scp -r user@your.server.example.com:/path/to/foo /home/user/Desktop/ -r Recursively copy entire directories