Curl WebDAV 여러 파일 업로드

Jmnote (토론 | 기여)님의 2017년 6월 21일 (수) 19:00 판 (새 문서: ==개요== ;Curl WebDAV 여러 파일 업로드 <source lang='bash'> find . -name '*.txt' -exec curl -u testuser:P@ssw0rd http://서버주소/webdav/ -T {} \; </source> ==같이...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Curl WebDAV 여러 파일 업로드
find . -name '*.txt' -exec curl -u testuser:P@ssw0rd http://서버주소/webdav/ -T {} \;

2 같이 보기

  • [[Curl WebDAV 파일 업로드 ]]
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}