Skip to content

Latest commit

Β 

History

History
13 lines (10 loc) Β· 302 Bytes

webdav.md

File metadata and controls

13 lines (10 loc) Β· 302 Bytes

πŸ•ŠοΈ cURL

Π Π°Π±ΠΎΡ‚Π° с WebDAV

Команда Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠΈ Ρ„Π°ΠΉΠ»Π°

curl -u user:pass -X PUT https://webdav.yandex.ru/test.txt -d @test.txt -i

ΠΊΠΎΠΌΠ°Π½Π΄Π° скачивания Ρ„Π°ΠΉΠ»Π°

curl -u user:pass https://webdav.yandex.ru/test.txt --output test2.txt