bucanero
Developer
I was digging around the PS4 homebrew scene for some future projects, and I found that they had a NFS client library. 
NFS (network file system) is widely used in the Linux/Unix family, and it's an easy way to share files across devices, so I thought... why we don't have this on the PS3?
So, based on the PS4 port of libnfs, I made a port of this library to the PS3
you can find libnfs here:
https://github.com/sahlberg/libnfs
to build and install:
and the ps3 port of liborbisNfs is here:
https://github.com/bucanero/libnfs-ps3
I need to update the docs, and add some example code to the repo so it can be used in other projects
I did some quick tests and I can confirm that it worked fine: from my homebrew psl1ght app I was able to connect to my NFS server, and read a file successfully.
stay tuned
NFS (network file system) is widely used in the Linux/Unix family, and it's an easy way to share files across devices, so I thought... why we don't have this on the PS3?
So, based on the PS4 port of libnfs, I made a port of this library to the PS3
you can find libnfs here:
https://github.com/sahlberg/libnfs
to build and install:
Code:
make -f ps3_ppu/Makefile.PS3_PPU install
and the ps3 port of liborbisNfs is here:
https://github.com/bucanero/libnfs-ps3
I need to update the docs, and add some example code to the repo so it can be used in other projects
I did some quick tests and I can confirm that it worked fine: from my homebrew psl1ght app I was able to connect to my NFS server, and read a file successfully.
stay tuned
Last edited:
In that scenario, the ps3loadX app should list all the .SELF's available in the nfs server, and then the user would select one and launch the binary remotely.
, SMB2 and up support symbolic links, but I digress hehe, in windows xp SMB2 it's not supported and that's the minimum supported by libsmb2, so that's why it shows that error, on windows 7 it is supported but I have seen that this may be caused by an SMB protocol mismatch. You can specify the SMB protocol version to SMB2 or try SMB3 with a windows 10 one.
