fastdfs-client-java/src
Yu Qing 1ce334de08 support connection stats since FastDFS Server v5.04 2014-12-07 14:01:57 +08:00
..
org/csource support connection stats since FastDFS Server v5.04 2014-12-07 14:01:57 +08:00
HISTORY move to github 2014-12-07 11:24:05 +08:00
README move to github 2014-12-07 11:24:05 +08:00
build.xml move to github 2014-12-07 11:24:05 +08:00
fdfs_client.conf move to github 2014-12-07 11:24:05 +08:00

README

Copyright (C) 2008 Happy Fish / YuQing

FastDFS Java Client API may be copied only under the terms of 
the BSD license.
Please visit the FastDFS Home Page for more detail.
English language: http://english.csource.org/
Chinese language: http://www.csource.org/


The jar file is compiled by JDK1.5, you can download the last version 
from google code: http://code.google.com/p/fastdfs/downloads/list

run the FastDFS Java Client test:
java -cp <fastdfs_client_jar_filename> org.csource.fastdfs.test.TestClient <config_filename> <upload_filename>

eg.:
java -cp fastdfs_client_v1.22.jar org.csource.fastdfs.test.TestClient fdfs_client.conf c:\windows\system32\notepad.exe

or:
java -cp fastdfs_client_v1.22.jar org.csource.fastdfs.test.TestClient fdfs_client.conf /usr/include/stdlib.h


run the FastDFS monitor:
java -cp <fastdfs_client_jar_filename> org.csource.fastdfs.test.Monitor <config_filename>

eg.:
java -cp fastdfs_client_v1.22.jar org.csource.fastdfs.test.Monitor fdfs_client.conf