List all the files in UPLOAD_INPUT.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -15,6 +15,7 @@ fi | ... | @@ -15,6 +15,7 @@ fi |
15 | echo "Upload files: $@" | 15 | echo "Upload files: $@" |
16 | echo " from: $UPLOAD_INPUT" | 16 | echo " from: $UPLOAD_INPUT" |
17 | 17 | ||
18 | ls -alR "$UPLOAD_INPUT" | ||
18 | for item in "$@"; do | 19 | for item in "$@"; do |
19 | target="${item%%:*}" | 20 | target="${item%%:*}" |
20 | remote="${item#*:}" | 21 | remote="${item#*:}" | ... | ... |
-
Please register or sign in to post a comment