The method to download MoH files from CUCM is well documented on various blogs, one example (and one of my favorites) being here:
Given I had OpenSSH from http://www.openssh.org installed on my Windows XP laptop and have had success using it in uploads for ages, I thought this would be a no brainer. What I ran into was that after SSHing to the server and attempting to get the file(s) to my laptop, the CUCM MoH folder structure was created on my laptop, but the files themselves weren't transferred. It seems from similar Googling that this is a fairly common issue.
What seems to have been the issue in my case was the fact that I was attempting to write to the root directory of my SFTP server in a Windows environment. When CUCM asks for the SFTP directory, people have various suggestions about using / or \ or . or ./ or \., etc., indicating the root SFTP directory. Given my laptop still runs Windows XP, by creating a folder (in my case, called MOH) in the SFTP root folder, and then using MOH/ as the download directory, the CUCM folders were still created but the files were transferred as well.
Here's the log of the successful transfer, where the MoH file names began with the word Combined.
admin:
admin:
admin:file get activelog mohprep/Combined*
Please wait while the system is gathering files info ...done.
Sub-directories were not traversed.
Number of files affected: 5
Total size in Bytes: 6030843
Total size in Kbytes: 5889.495
Would you like to proceed [y/n]? y
SFTP server IP: 192.168.111.74
SFTP server port [22]:
User ID: sftp
Password: ********
Download directory: MOH/
.....
Transfer completed.
admin: