PS2Net

Page history last edited by Anonymous 2 yrs ago

PS2Net

This subfunction serves two features in uLaunchElf, first to start the embedded FTP server, and secondly to start the PS2NetFS server for using a pc program such as fsclient to connect and manage files on the PS2.

 

PS2FTP

A setup and configuration guide for using the ftp server can be found here: ps2ftp

 

PS2NetFS

The PS2netFS server allows functions similar in nature to FTP, but without the ease of use of an ftp client.

Accessing the server is done with a program called fsclient. fsclient supports quite a few commands(Note: "-h PS2" where the "PS2" signifies the PS2's IP address):

 

copyfrom allows you to copy a file from your PS2 to your PC.

fsclient -h PS2 copyfrom mc0:/SYS-CONF/LAUNCHELF.CNF LAUNCHELF.CNF

 

copyto allows you to copy a file back to the PS2 from the PC

fsclient -h PS2 copyto BOOT.ELF mc0:/BADATA-SYSTEM/BOOT.ELF

 

delete removes a file from a device.

fsclient -h PS2 delete mc0:/SYS-CONF/LAUNCHELF.CNF

 

dir shows you a list of files in a directory.

fsclient -h PS2 dir mc0:/SYS-CONF/

 

[Contents of mc0:/SYS-CONF]

 

drwxrwxrwx 0 12-16-2006 06:34:57 .

drwxrwxrwx 0 05-18-2006 04:13:51 ..

-rwxrwxrwx 40 12-16-2006 06:34:57 IPCONFIG.DAT

 

[3 Files - 40 Bytes]

 

mkdir creates a directory on a device.

fsclient -h PS2 mkdir mc0:/foldername

 

mount mounts a hard drive partition. Make sure that you unmount the partition when you are done.

fsclient -h PS2 mount pfs0:/ hdd0:+MAIN

 

unmount unmounts a partition

fsclient -h PS2 umount pfs0:/

 

rmdir removes a directory

fsclient -h PS2 rmdir mc0:/foldername

 

sync synchronizes a device

fsclient -h PS2 sync pfs0:/

Comments (0)

You don't have permission to comment on this page.