Ajouter droopy_sender
parent
8aab8b6da0
commit
165f4a1794
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ $# -ne 1 ];then
|
||||
echo "You must provide a file to upload!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
URL="http://x.x.x.x"
|
||||
|
||||
curl -v -F "upfile=@$1" $URL
|
||||
Loading…
Reference in New Issue