----------------------------------------------------------------------
--- Knud van Eeden --- 26 December 2008 - 09:56 pm -------------------
Telephone: Mobile: Apple: Iphone: 3g: InstaViz: Graph: File: Operation: Export: From Iphone to PC: How to: Method: WebDav: Server
---
Steps: Overview:
1. -Make sure you are using a wireless network
(because your Apple iPhone needs to receive an IP address
in the same range as your computer, in order to be able to communicate.
The wireless router should using its software assign this automatically
to your iPhone)
2. -Make sure a WebDav server runs on your PC
1. -E.g. if Microsoft Windows XP
IIS
2. -To test it, run e.g.
on a PC
netstat -na 1 | find /i "<your port number>"
E.g.
netstat -na 1 | find /i "80"
similar on an Apple Mac
netstat -na | grep "<your port number>"
E.g.
netstat -na | grep "80"
You should see at least a response (e.g. 'LISTEN' and or
'ESTABLISHED'). If no response at all (that is a black
screen), start your WebDav server program (e.g. from the
command line, as a process or as a service), and or make sure it
is running on that port.
3. -Export the graph using the following details
1. -'Host name' = <IP address of the PC computer on which IIS runs>:<port>
(the port is optional if it is port 80, which is the default port used by IIS)
E.g. 'Host name' = 192.168.1.102
2. -'Directory' = <virtual directory where you store the files transferred via WebDav protocol>
E.g. 'Directory' = myWebDav01
3. -User name = <leave empty>
4. -Password = <leave empty>
4. -Click button 'Export'
5. -That will show a screen output similar to the following:
--- cut here: begin --------------------------------------------------
Exporting graph '<your graph name>'
'<your graph name>' exported.
--- cut here: end ----------------------------------------------------
6. -Click button 'Done'
7. -The files should now be exported to your PC
1. -Goto the directory where this files are stored
(that is the real path of the virtual directory)
1. -E.g.
c:\temp\myWebDdav01
-- or --
1. -If you now open an Internet browser client on your PC
1. -E.g.
Microsoft Internet Explorer
2. -Select from menu option 'File'
3. -Enable checkbox 'Open as web folder'
4. -Select from list 'Open...'
http://<IP address of the PC computer on which IIS runs>/<virtual directory where you store the files transferred via WebDav protocol>/#
1. -E.g.
http://192.168.1.102/myWebDav01/#
5. -That opens Windows Explorer in the directory
\\192.168.1.102\myWebDav01
showing this exported files
1. -E.g.
graph01.gv
graph01.pdf
8. -Tested successfully on
Microsoft Windows XP Professional (service pack 2),
running
IIS v5
and
InstaViz
===
Book: see also:
===
Diagram: see also:
01.pdf
===
File: see also:
===
Help: see also:
===
Image: see also:
===
Internet: see also:
Telephone: Mobile: Apple: Iphone: 3g: InstaViz: Graph: File: Operation: Export: Link: Overview: Can you give an overview of links?
http://www.knudvaneeden.com/tinyurl.php?urlKey=url000202
===
Podcast: see also:
===
Screencast: see also:
===
Table: see also:
===
Video: see also:
---
----------------------------------------------------------------------