aldostools / IRISMAN

All-in-one backup manager for PlayStation®3. Fork of Iris Manager.
GNU General Public License v3.0
233 stars 22 forks source link

[FEATURE] Add SMB2 support #14

Open sahlberg opened 4 years ago

sahlberg commented 4 years ago

It would be really nice to have SMB2 support in the filemanager so that you can access files directly from a Windows/Samba/Azure fileshare directly over the network.

You can find a client implementation of SMB2 here: https://github.com/sahlberg/libsmb2 It is a lightweight, high performance and very portable SMB2 client implementation that interoperates with all (I have tested with) SMB2 capable fileservers, including Azure file shares.

If anyone thinks this would be a good idea and wants to implement this support, I am the maintainer of libsmb2 and can offer any/all support from the libsmb2 side if there is need for any tweaks etc.

sahlberg commented 4 years ago

Libsmb2 now officially supports building for PS3 thanks to https://github.com/sahlberg/libsmb2/commit/ac4fb8e1ae1d0ad68016731eb84606139aaea7ae

aldostools commented 4 years ago

Thank you @sahlberg for the information and @bucanero the port to PSL1GHT.

At the moment I'm busy with other projects. If some developer want to post a PR, I'll be glad to merge it to IRISMAN.

I'll try to take a look to this lib later when I get some time.

Jopo-JP commented 2 years ago

Sound fun