import com.googlecode.sardine.*
import com.googlecode.sardine.util.*
sardine = SardineFactory.begin('username', 'password')
srcUrl = "http://localhost:8080/repository/default/サンプル.JPG"
dstUrl = "http://localhost:8080/repository/default/" +
SardineUtil.encode("移動したサンプル.JPG")
sardine.move(srcUrl, dstUrl)
動作環境
groovy 1.7.4, JDK6 Update21, sardine-129
関連情報
- sardineのまとめ
- sardineのwebsite
http://code.google.com/p/sardine/
0 件のコメント:
コメントを投稿