ユーザ用ツール

サイト用ツール


webdav

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
webdav [2020/07/09 16:11] –    nabezowebdav [2020/08/26 15:26] – [test方法] nabezo
行 34: 行 34:
  
 ====== test方法 ====== ====== test方法 ======
-  #書き込み +===== curl =====
-  curl -T test1.txt --url http://example.com/directory/test1.txt -X PUT+
  
 +  #書き込み
 +  curl -T test1.txt -u ID:PASS --url http://example.com/directory/test1.txt -X PUT
 +  #ディレクトリ作成
 +  curl -u ID:PASS --url http://example.com/directory/testdir/ -X MKCOL 
   #削除   #削除
-  curl --url http://example.com/directory/test1.txt -X DELETE+  curl -u ID:PASS --url http://example.com/directory/test1.txt -X DELETE 
 + 
 +===== cadaver =====
  
webdav.txt · 最終更新: 2020/09/18 00:19 by nabezo