From: akimdi Date: Sat, 24 Apr 2021 17:55:21 +0000 (+0300) Subject: added flag -f for big files X-Git-Tag: v4.1~135 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c673840d5d6589f8dac6caa579a352b2eec98238;p=nnn.git added flag -f for big files --- diff --git a/plugins/upload b/plugins/upload index 56ed0a31..6a929a57 100755 --- a/plugins/upload +++ b/plugins/upload @@ -11,7 +11,7 @@ if [ -n "$1" ] && [ -s "$1" ]; then if which ffsend >/dev/null 2>&1; then - ffsend -iq u "$1" + ffsend -fiq u "$1" elif [ "$(mimetype --output-format %m "$1" | awk -F '/' '{print $1}')" = "text" ]; then curl -F "f:1=@$1" ix.io else