Да, упустил мелочь. curl стараюсь не использовать, т.к. его из коробки практически нигде нет. И скорее уж курл гламурный, а wget сермяжный, т.к. последний не умеет отправлять файлы через POST.
-d, --data <data> (HTTP) Sends the specified data in a POST request to the HTTP server, in the same way that a browser does when a user has filled in an HTML form and presses the submit button. This will cause curl to pass the data to the server using the content-type application/x-www-form-urlencoded.
Ты точно ман по wget смотришь? У меня это: -d --debug Turn on debug output, meaning various information important to the developers of Wget if it does not work properly. Your system administrator may have chosen to compile Wget without debug support, in which case -d will not work. Please note that compiling with debug support is always safe---Wget compiled with the debug support will not print any debug info unless requested with -d.
Бля, ну ты тупой, сука. Я ж русским языком сказал, что ПОСЛЕДНИЙ не умеет отсылать файлы, а последним в той фразе был wget. curl может и через -F посылать, намного удобнее.
Ещё один проверенный вариант без слипа — mkfifo mypipe; gpg -co result.avi.gpg mypipe; (в другом терминале, чтобы не мешал вывод) wget -O mypipe http://example.com/path/to/movie.avi Unlimited possibilities! GNU/Linux.
Вот это больше похоже на правду. А еще, можно не гламурным wget'ом, а суровым curl'ом.
Да, упустил мелочь. curl стараюсь не использовать, т.к. его из коробки практически нигде нет. И скорее уж курл гламурный, а wget сермяжный, т.к. последний не умеет отправлять файлы через POST.
Умеет
Пруф. Только вот --post-file не надо.
-d, --data <data>
(HTTP) Sends the specified data in a POST request to the HTTP server, in the same way that a browser does when a user has filled in an HTML form and presses
the submit button. This will cause curl to pass the data to the server using the content-type application/x-www-form-urlencoded.
Ты точно ман по wget смотришь? У меня это:
-d --debug
Turn on debug output, meaning various information important to the developers of Wget if it does not work
properly. Your system administrator may have chosen to compile Wget without debug support, in which case -d
will not work. Please note that compiling with debug support is always safe---Wget compiled with the debug
support will not print any debug info unless requested with -d.
Бля, ну ты тупой, сука. Я ж русским языком сказал, что ПОСЛЕДНИЙ не умеет отсылать файлы, а последним в той фразе был wget. curl может и через -F посылать, намного удобнее.
Так а что ж ты мне мозги-то ебешь, что wget сермяжный, если не умеет?!
А что по-твоему это слово означает?
Ну наипростейший, самый близкий к народу. А у него же накручено там прогрессбаров всяких, видишь, вот, отправлять не умеет. Зато красивый вывод.
Ну вот он такой и есть, даже файлы посылать не может. Прогрессбары хуита и ничего не означают, по функциональности он сермяжен.
Ещё один проверенный вариант без слипа — mkfifo mypipe; gpg -co result.avi.gpg mypipe; (в другом терминале, чтобы не мешал вывод) wget -O mypipe http://example.com/path/to/movie.avi
Unlimited possibilities! GNU/Linux.
так и не понял, зачем там вообще sleep.
Чтобы ввести пароль и wget-ная инфа не мешала.