Registry / networking / fastdfs-client

fastdfs-client

JSON →
library1.27.2javamavenunverified

A Java client for FastDFS distributed file system, providing file upload, download, and management operations.

<dependency> <groupId>com.github.tobato</groupId> <artifactId>fastdfs-client</artifactId> <version>1.27.2</version> </dependency>
INSTALL
IMPORT
SIG · FASTDFS-CLIENT
F
fastdfs-client
networkingjavav1.27.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FastFileStorageClient
com.github.tobato.fastdfs.service.FastFileStorageClient

Upload a file to FastDFS and get its storage path.

import com.github.tobato.fastdfs.service.FastFileStorageClient; import com.github.tobato.fastdfs.domain.StorePath; FastFileStorageClient client = new FastFileStorageClient(); StorePath path = client.uploadFile(new FileInputStream("file.txt"), 1024, "txt"); System.out.println("Uploaded to: " + path.getFullPath());
Debug
Known issues
gotchaThis client is based on an older FastDFS protocol; newer FastDFS versions may require updated client libraries.
fix
Check FastDFS server version and use compatible client version (1.27.2 is for older servers).
affects: >=1.28.0
Upgrade
Version history
1.27.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
fastdfs-client — mvn dependency:get fastdfs-client · libregistry