Uploading several files to PS2

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
Hoaxer
Posts: 11
Joined: Mon Dec 05, 2005 2:21 am
Location: Kyiv, Ukraine
Contact:

Uploading several files to PS2

Post by Hoaxer »

Hi all! I've just set up compilers and connection PC-PS2 - everything works fine except I can't find out one thing - how to upload using inlink or xlink or any program multiple files to ps2's file system? For example I'd like to load PGEN with it's IRX and PGEN.DAT trhough PC-PS2 ethernet connection. How to do that? It seems that I can only load one file and that's all :(

I saw there is RAD HOST CLIENT but I don't understand how it works and why it was made.

Sorry for such n00bish questions, but I can't find answers anywhere! :( Thank you very much for reply! :)
weltall
Posts: 310
Joined: Fri Feb 20, 2004 1:56 am
Contact:

Post by weltall »

you need to use host:myirx.irx to load them in the source and then build them up
Hoaxer
Posts: 11
Joined: Mon Dec 05, 2005 2:21 am
Location: Kyiv, Ukraine
Contact:

Post by Hoaxer »

so basically I won't be able to run pgen through inlink? And where does host refers to? To the folder where uploaded elf was? If my uploaded elf was in C:\ps2dev\test\test.elf and it uses file host:test.dat it must be in C:\ps2dev\test\ ?
weltall
Posts: 310
Joined: Fri Feb 20, 2004 1:56 am
Contact:

Post by weltall »

exactly. but anyway the last time i checked pgen it had all irx embedded into the elf
Hoaxer
Posts: 11
Joined: Mon Dec 05, 2005 2:21 am
Location: Kyiv, Ukraine
Contact:

Post by Hoaxer »

Ok then, last question :)
Why there is RAD HOST TOOL ? Can you explain with example what it does? Thanks a lot!
cheriff
Regular
Posts: 258
Joined: Wed Jun 23, 2004 5:35 pm
Location: Sydney.au

Post by cheriff »

you need a pc side server to respond to requests from ps2 for host: files.
ps2client does this, (xlink might, i dunno) but they also allow to send elf files for example. If a user wants to boot off mc or cd an app that requires host: then they can use rad to provide the service. or ps2client or whatever.
Damn, I need a decent signature!
Hoaxer
Posts: 11
Joined: Mon Dec 05, 2005 2:21 am
Location: Kyiv, Ukraine
Contact:

Post by Hoaxer »

Thanks a lot! :) So basically all folders' files which are added into list of this program can be accessible through code via host: . If I am not right - then correct me :)
Post Reply