import com.googlecode.sardine.*
sardine = SardineFactory.begin('username', 'password')
url = "http://localhost:8080/repository/default/サンプル.JPG"
fis = new FileInputStream("sf2.jpg")
try
{
sardine.put(url, fis)
}
finally
{
fis.close()
}
動作環境
groovy 1.7.4, JDK6 Update21, sardine-129
関連情報
- sardineのまとめ
- sardineのwebsite
http://code.google.com/p/sardine/
0 件のコメント:
コメントを投稿