Main Contents begins from here.
Support
Network Camera
Setting of Image Transfer using FTP
Showing examples to transfer images using FTP from the KX-HCM10.
Problems
I want to open Network Camera images to the public. But I don't want to access my Network Camera directly.
Solution
Transfer images to a Web page directory from Network Camera via FTP. By doing this, you can display images on your Web pages without accessing Network Camera. When transfer images in the specified frequency in the Timer mode, the images are updated automatically.
* Transferring only still images via FTP.
Setup
- Precondition
Network Camera must have already been connected to the Internet. When using a router, Network Camera must be able to use FTP over the router. - Confirming FTP server environment of your provider
Confirming FTP server environment of your provider Confirming FTP server environment of your provider. A provider calls an FTP server for Web page a "Web page server".
* The aforementioned user name, password and address are dummy.Web page user name yourid Web page password yourPASS Web page server name www3.your.provider .jp Directory that stores Web page data homepage URL http://www.your.provider.jp/~yourid - Confirming FTP server environment of your provider
- Access Network Camera

To access Setup Page.
Enter
"http://IP Address (or URL) :Port No./config.html" on the web browser and press [Enter].
When port number is 80 (default), you do not need to enter port number. Then Setup Page appears. - Click [Image Transfer].
![Click [Image Transfer]](img/ftp_set_02.jpg)
- Click [Timer] to transfer images in timer control.
![Click [Timer]](img/ftp_set_03.jpg)
- Set time to transfer images. Click [Always], since images are always transferred.
![Click [Always]](img/ftp_set_04.jpg)
- Select "Image Resolution" and "Image Quality". Select Image Buffer Frequency Setting. Since 1 image per 20 seconds for refresh interval is to set up, set up 3 images per minute.

- (*)The transfer interval depends on the environment, such as the throughput of the Internet or intranet, the response of the sever, and the model of router used. We recommend you to set up an longer interval than 5 images per minute under an xDSL environment.
- Select FTP at Transfer method, and set up the FTP environment of your provider that is confirmed at Step 2.
- Web page server name -> Server Address or Host Name
- Web page user name -> Login ID
- Web page password -> Password
Since the extension, ".jpg", is assigned automatically, you do not need to specify. Select "Over write" to browse on the Web page.
- (*1) For some providers, a home directory for users may be the directory that stores homepage data. In that case, specify "kxhcm1" in "Upload File Name". (When writing a file in a home directory for users.)
- Click [Save].
![Click [Save]](img/ftp_set_07.jpg)
- The setup is finished when "Success!" appears.

- Access Network Camera
- Preparing a HTML file to import images.
Make HTML files to import images and transfer them to the same directory as the images are in.
[ Example ]
File name : index.html<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META content="text/html; charset=shift_jis" http-equiv=Content-Type>
<META http-equiv="refresh" content="20"> <!--- It updates in 20 seconds --->
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <!--- Cash are forbidden --->
</HEAD>
<BODY>
<P>
*****
</P>
<img src="kxhcm1.jpg" WIDTH="320" HEIGHT="240"> <!--- A picture is specified --->
</BODY></HTML> - Browse the Web page
Access the following URL : "http://www.your.provider.jp/~yourid/index.html"
Banner area begins from here.
Sub Menu begins from here.

