FTP
FTP

iSpy can FTP frames to any FTP server on Motion Detection, Alert or on an Interval. Check the top box to Enable FTP.
The Server, Port, Username and Password are all standard fields needed for FTP. Check the box to use "Passive Mode" - This is sometimes required (try it if uploading doesn't work!).
Filename: This field needs to match your upload location. For example if you are uploading to a subdirector called "images" you'd enter "/images/blah.jpg" here. The actual filename can be formatted with the current date/time. You can control this by using special codes in the filename like http://www.csharp-examples.net/string-format-datetime/. For example:
/gallery/front-door/{0:dddd}/{0:hh-mm-ss}.jpg
Example resulting file: /gallery/front-door/monday/12-00-30.jpg
Overlay Text: This overlays the specified string at the bottom of the image.
Display on Website:
To display the feed on your website just copy and paste the following HTML code into your webpage (you'll need to modify the _targetimage variable to point to the image you are uploading). This will only work if you have specified a static path to your uploaded image (ie it continually over-writes the same file).
Alternatively see embedding for serving your camera feeds directly from your ispy server.