RGB Spectrum 201 DVR User Manual


 
TRANSFERRING RECORDINGS
Transferring Recordings to DGy
350-8697 DGy Model 201 User Guide 83
. . . . .
UPLOADING FILES
VIA FTP
. . . . . . . . .
COMMAND LINE
Use the following steps to transfer files via command line from a PC
running Windows software to the DGy 201.
Step 1. From the Windows START menu, select RUN.
Step 2. In the RUN dialog box, type: cmd then press OK
Step 3. At the prompt, type: ftp <ipadddress of the DGy> then press
ENTER
Example: ftp 192.168.1.200
Step 4. DGy 201 will respond with a prompt requesting a user name.
Type: rgb (lower case) and press ENTER
Step 5. DGy 201 will respond with a prompt requesting a
password.Type: spectrum (lower case) and press ENTER
Step 6. You should now see a login confirmation message. Select the
binary file transfer mode by typing: bin and press ENTER
Step 7. From the prompt, type: pwd then press ENTER. This will report
the DGy directory that you are currently logged into (typically
reported as “/rgb”).
To copy files to the DGy 201 removable drive, type: cd /remov
and press ENTER
To copy files to the DGy 201 fixed drive, type: cd /fixed and
press ENTER
Step 8. Select the source directory on your PC’s hard disk by typing:
lcd <PC drive>\< PC directory> and press ENTER
(where <PC drive>\<PC directory> is the source directory
path name)
Example: lcd c:\DGy_Samples
Step 9. To copy a single file from your PC to the DGy 201, type: put
<filename> and press ENTER
To copy multiple files use the ftp “mput” function. DGy 201
recorded files have the file extension .mj2. To copy all files with
that extension you can the use the following ftp command mput
*.mj2
Step 10.To exit the FTP process, type: bye and press ENTER