|
How can we download the recorded files in OMU? we recorded some voice for test in OMU and we need to download the files for checking the right operation of the UMG. 1- use the SET FTPSRV command to enable the FTP service. 2- ADD FTPUSR command to add an FTP user(for example user:BAM Pass:BAM) . 3- connect your laptop or pc to omc lan switch with same range ip with OMU. use ping command in windows command prompt to check the connection. 4- execute in windows command prompt: ftp xx.xx.xx.xx (OMU ip address) you can se e this output; C:\Documents and Settings>ftp xx.xx.xx.xx Connected to xx.xx.xx.xx. 220 FTP service ready. User (xx.xx.xx.xx:(none)): bam 331 Password required for bam. Password: 230 User logged in. 5- type the "ls" to see the list of files in OMU like this: ftp> ls 200 Port command okay. 150 Opening ASCII mode data connection for *. bam bambak bak user res.txt RECFILE INFO_COLLECT 226 Transfer complete. ftp: 56 bytes received in 0.03Seconds 1.81Kbytes/sec. 6-for example go to record file folder by this command; ftp> cd recfile 250 CWD command successful. ftp> ls 200 Port command okay. 150 Opening ASCII mode data connection for *. . .. DSP2IP IP2DSP IP2DSP_OUTJB SENDFRAME RECVFRAME SENDPCM RECVPCM SDRVPCM DSPLOAD H223AUDIO AUDIOH223 UTPAUDIO AUDIOUTP H324H323AUDIO H323H324AUDIO TDMTX TDMRX H223VIDEO VIDEOH223 TDMSRX VigLOAD ecrecord MULTIPOINT 226 Transfer complete. ftp: 242 bytes received in 0.36Seconds 0.67Kbytes/sec. ftp> cd sdrvpcm 250 CWD command successful. ftp> ls 200 Port command okay. 150 Opening ASCII mode data connection for *. SDRVPCM_C515211_20090330_133224.bin SDRVPCM_C512579_20090330_095856.bin 226 Transfer complete. ftp: 303 bytes received in 0.06Seconds 4.81Kbytes/sec. 7- get the related files to the local drive c:\ ftp> get sdrvpcm_c515211_20090330_133224.bin 200 Port command okay. 150 Opening ASCII mode data connection for sdrvpcm_c515211_20090330_133224.b in. 226 Transfer complete. ftp: 159921 bytes received in 28.20Seconds 5.67Kbytes/sec. 8- check drive c: in you laptop or pc you can see the downloaded file. |