diff --git a/ufw b/ufw index f390b89..184c036 100755 --- a/ufw +++ b/ufw @@ -110,7 +110,7 @@ upload() { get_max_filesize || { return 1; } - curl --max-filesize "$max_filesize_bytes" -skL "$target" > "$file" + curl --max-filesize "$max_filesize_bytes" -sL "$target" > "$file" curl_result=$? if (( curl_result )); then