cooka / fastdfs

Automatically exported from code.google.com/p/fastdfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retrieving list of all files stored in a group?

GoogleCodeExporter opened this issue · comments

Hi!

I'm wondering how I am supposed to retrieve a list of all files stored in a 
certain group? 

I'm using the PHP module and there seems to be no such function?

What I'm looking for is something like this:
fastdfs_tracker_list_files([string group_name, array tracker_server]);

example:
fastdfs_tracker_list_files('group1', array('ip_addr' => '10.0.0.1', 'port' => 
22122, sock => 3);

Can i accomplish this with the fdfs_monitor client perhaps?

Original issue reported on code.google.com by dan...@blodan.se on 29 Jul 2013 at 8:21