well, since you ask, let me share one idea
it has been discussed a few times, but I never had time to do it. Some time ago I ported to the PS3 some network client libraries for SMB and NFS. The libraries have been tested and work fine, but I didn't had time to include them in a File Manager homebrew app.
I think it would be great if the ps3 had a file manager that can open network shares on Windows (SMB) and *nix (NFS).
My plan was to take the "Simple File Manager" (
https://github.com/lmirel/fm_psx ), and extend it with the smb and nfs libraries:
-
https://github.com/bucanero/libsmb2
-
https://github.com/bucanero/libnfs
It won't be a "hello world project", but I think it's a fair challenge. The homebrew app is there, and the ps3 libraries are ported too, so the real work is to make them work together.
btw, the author of libsmb2 and libnfs is also in this forum so he can help if you find any issue with the network clients.