PFS Shell

PS2 PFS Shell - manage APA partitions and PFS filesystems on the command line v1.1.1

I used the Linux version of PFS Shell to copy .VCD files to the POPStarter partition. It works, but only if I copy them one-by-one with the command like put 'Game 1.VCD'. I can't get wildcards to work.

Things like:
*.*
*
*.VCD
...are not accepted.

Are there other commands to copy all files in a directory or even complete directories, or is it just not supported?
 
I used the Linux version of PFS Shell to copy .VCD files to the POPStarter partition. It works, but only if I copy them one-by-one with the command like put 'Game 1.VCD'. I can't get wildcards to work.

Things like:
*.*
*
*.VCD
...are not accepted.

Are there other commands to copy all files in a directory or even complete directories, or is it just not supported?
It is possible to do this using additional tools
Code:
(printf 'device %s\nmount +PARTNAME\n' 'image.img' && (find . -iname \*.vcd | sed -e 's/^/put ') && printf 'exit\n') | pfsshell
 
You can use "PS2 HDD Mounter" script in PS2HDH and just copy-paste files in file manager, in GUI, any amount of files and folders at once. ;)
 

Similar threads

Back
Top