User Guide

PHP3 Guide
Axis Communications AB does not provide support for application development of any kind. The
information here is provided "as is", and there is no guarantee that any of the examples shown
will work in your particular application.
Revision 0.91 June 2001 15
Upload a PHP3 file into the Video Server
1. Open a DOS session and open an FTP session from the path where the PHP3
file resides.
Eg: c:\axis\PHP
2. Check that the file exists by typing dir
Eg: c:\axis\PHP dir
3. If the file is to be executed as a link, then the file has to have the extension
PHP3. If the file doesn't have this then rename the file with the DOS command
ren.
Eg: c:\axis\PHP ren script.doc (the old filename) script.php3 (the new
filename)
4. If the file exists and has the correct filename, then open an FTP session to the
Video Server:
Eg: c:\axis\PHP ftp <the Video Server ip-address>
5. Then type the user name:
Eg: c:\axis\PHP user name: root
6. Then type the password:
Eg: c:\axis\PHP password: pass
7. Type:
Eg: c:\axis\PHP cd etc/httpd/html
8. Then upload the file to the Video Server with the command: put
Eg: c:\axis\PHP put <filnamn.php3>