Results 667 comments of Aldo Vargas

How are you moving the file? From webMAN MOD, using multiMAN or a custom application? webMAN does not have implemented copy to ps3netsrv. The mounted remote folder is created as...

Try using the ps3netsrv released by deank. My fork is supposed to be compatible with multiMAN. [ps3netsrv-src-deank.7z](https://github.com/aldostools/webMAN-MOD/blob/master/_Projects_/ps3netsrv/bins/old/ps3netsrv-src-deank.7z) [ps3netsrv-src-cobra.7z](https://github.com/aldostools/webMAN-MOD/blob/master/_Projects_/ps3netsrv/bins/old/ps3netsrv-src-cobra.7z) If it doesn't work with deank's or cobra versions if ps3netsrv, then...

You need to change the OS in the first line of Makefile to linux. ```` OS = linux ````

Thank you for your feedback. I will investigate.

@kattjevfel I have fixed the compatibility issue of ps3netsrv copying files from PS3 to PC with multiMAN in this commit 66c4df9b0e4bea433eaba1edaafa17d9e70a521c You can grab the updated build and source code...

Yes, I compiled it on Windows using WSL2 with Ubuntu 20.04.4 LTS installed. I updated it before build ps3netsrv. It has Ubuntu GLIBC 2.31-0ubuntu9.7

The server for online covers has blocked the traffic. Use the covers packs: https://github.com/aldostools/Resources/releases/tag/1.0

Cobra 8.3 / Mamba 8.4 have the following PS3MAPI opcodes that allow to peek/poke LV1 and LV2. ``` #define PS3MAPI_OPCODE_LV2_PEEK 0x1006 #define PS3MAPI_OPCODE_LV2_POKE 0x1007 #define PS3MAPI_OPCODE_LV1_PEEK 0x1008 #define PS3MAPI_OPCODE_LV1_POKE 0x1009...

@PHTNCx64 You can test the new PS3MAPI ftp commands PEEKLV1/PEEKLV2/POKELV1/POKELV2/SYSCALL [webftp_server_peek_poke_syscall_PS3MAPI.zip](https://github.com/aldostools/webMAN-MOD/files/7254247/webftp_server_peek_poke_syscall_PS3MAPI.zip) PEEKLV1 <address> PEEKLV2 <address> POKELV1 <address> <value> POKELV2 <address> <value> SYSCALL <syscall-number>|0x<hex-value>|<decimal-value>|<string-value> In theory the command SYSCALL can do...

I have published in the release page the build including support for 8 additional PS3MAPI server commands: PEEKLV1 address -> returns value at address PEEKLV2 address -> returns value at...