Line 24: |
Line 24: |
| |- | | |- |
| |} | | |} |
| + | |
| + | =Setup of sftp server for EvoCam= |
| + | |
| + | Make sure sftp is selected. |
| + | |
| + | The url for storing the image is (e.g. for an image named "magnet.jpg"):<br> |
| + | <blockquote> |
| + | <tt> sftp://www.magnet.neuro.fsu.edu//Library/FTPServer/FTPRoot/WebPages/Webcams/magnet.jpg</tt><br> |
| + | </blockquote> |
| + | Note that two slashes are required between the root url ( sftp://www.magnet.neuro.fsu.edu) and the start of the working directory (//Library/...). EvoCam first connects to the root url, and then attempts to put the image file into the directory. If the directory is not a subdirectory of the user's login directory, then an initial slash is required. Two slashes makes EvoCam parse the directory with an initial slash. |
| | | |
| =Computer Hints= | | =Computer Hints= |