7dff57be by Adam Heath

List all the files in UPLOAD_INPUT.

1 parent bcece5dd
......@@ -15,6 +15,7 @@ fi
echo "Upload files: $@"
echo " from: $UPLOAD_INPUT"
ls -alR "$UPLOAD_INPUT"
for item in "$@"; do
target="${item%%:*}"
remote="${item#*:}"
......