diff --git a/apographon/apographon.sh b/apographon/apographon.sh
new file mode 100755
index 0000000000000000000000000000000000000000..ab1edf29fdd5eea6875f7f2ebe86184cde85e514
--- /dev/null
+++ b/apographon/apographon.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+while true
+do
+echo "new download test"
+wget -r -l0 -t2 -T20 ftp://192.168.1.24/mnt/sd/DCIM/100EOS5D/* -A "*.CR2" -nd -c
+sleep 10
+done
diff --git a/apographon/startapo.sh b/apographon/startapo.sh
new file mode 100755
index 0000000000000000000000000000000000000000..7d5295bc9e68a66c904d721b7f92c037c043b801
--- /dev/null
+++ b/apographon/startapo.sh
@@ -0,0 +1,3 @@
+/bin/bash
+
+screen -S sitzung1  ./apographon.sh