You can now update to 01.09.05 (attached full version in the 1st post or update within the manager).
I also attached the PC HOST application.
There are some optimizations, fixes and changes as requested by many users.
[R1]/[R2] keys remapped to avoid entering patched mode by accident. Background for slide/coverflow view and filemanager are changed. Network file&folder copy from up to 10 host pcs/mount points.
Each PC HOST goes in separate mounted folder (net_host#). Max of 10 hosts supported (0-9).



Hosts are defined in the options file as follows:
Code:
# NETWORK / PC HOST options
# example: nethost*IP*PORT*Friendly name*
nethost*192.168.0.1*11222*My Games*
nethost*192.168.0.2*11222*My Music*
nethost*192.168.0.3*60806*NTFS USB HDD*
Each PC HOST definition must start with prefix nethost, followed by pc IP address, port and friendly name, separated by * and ending definition with *.
At the moment the pc host application is a CLI program (no GUI), but I guess it is enough for initial release and testing.
The usage is quite simple:
Code:
ps3serv.exe root_path port_to_listen [buffer_size_in_Kbytes]
Example:
ps3serv.exe d:\downloads 11222
ps3serv.exe h: 60806
ps3serv.exe e:\temp 22333 256 Code:
ps3serv.exe d:\music 11222
(c) 2010, PS3 File server for multiMAN 01.09.05
=================================================
* Serving path : d:\music
* Send buffer : 128KB
=================================================
[12:44:05] Waiting for connection on port 11222...
[12:44:09] Client [10.20.2.206] 10.20.2.206:33236 connected!
[12:44:14] Read 79 bytes request:
================= DATA ====================
GET /Celine Dion/2002 A new day has come/03. Have you ever been in love.mp3
================== END ====================
COMMAND : GET
RESOURCE: /Celine Dion/2002 A new day has come/03. Have you ever been in love.mp3
LOCAL : d:\music\Celine Dion\2002 A new day has come\03. Have you ever been in love.mp3
===========================================
[12:44:14] #1 Sending [d:\music\Celine Dion\2002 A new day has come\03. Have you ever been in love.mp3]
OK !000002B973
FILEs╣☻ !178547
[12:44:14] Sent 178547 bytes (174.36 KiB / (0.17 MiB)
[12:44:14] Waiting for confirmation...
================= DATA ====================
WAIT !
================== END ====================
[12:44:14] Done.
[12:44:15] Continuing...
[12:44:15] Read 11 bytes request:
================= DATA ====================
STOP !
================== END ====================
COMMAND : STOP
RESOURCE: !
LOCAL : d:\music!
===========================================
[12:44:15] Waiting for connection on port 11223...
Dean