PS2 PS2SDK 2020 Edition Pre-Compiled by VTSTech

VTSTech

Developer
a9fe41a83a567b49f388242c26172eee.png


Code:
PS2SDK 2020 Edition github.com/ps2dev/ps2sdk
Build Date: 01.09.2020 GitHub Commit: 5385a6c
Pre-Compiled by VTSTech (www.VTS-Tech.org)

Accounts:

root/password
user/password

Change passwords with "passwd" command
Run commands as root from user with "sudo" command

PS2SDK Compile script at /~/ps2toolchain/

PS2-Packer compiled at /~/ps2homebrew/ps2-packer

vsFTPd is installed and accepting connections on port 21

Local user accounts accepted as login, /~/ is FTP root directory.

Created with/for VirtualBox 6.0.14r133895

OS: Debian x64
RAM: 4GB
VMEM: 32MB
GFX: VMSVGA
HDD: Debian 10.vhd, Dynamically Allocated 40GB
NET: Bridged Adapter

Download PS2SDK_2020_Edition-VTSTech.7z

Mega (
https://mega.nz/#!YfxEBSDD!7UlmBC8Hy8WXxdNNol1KYBQWHksXY95P2BNE-hw3RVc)

KeyBase (https://keybase.pub/vtstech/PS2SDK_2020_Edition-VTSTech.7z)
 
Last edited:
What would you recommend for file transfer? I want to add my source to the VHD but can't seem so find a reliable way to do so.
 
Could always try the built in FTP server?

do ip address at command line to get your IP, Should be vsFTP running on it. User user/password or whatever you changed it to to login.

32fce0750bcf1280ff0a3f0f6b9999ee.png


Code:
[17:46:21] [R] Connecting to 192.168.137.213 -> IP=192.168.137.213 PORT=21
[17:46:21] [R] Connected to 192.168.137.213
[17:46:21] [R] 220 PS2SDK 2020 vsFTPd ready...
[17:46:21] [R] USER user
[17:46:21] [R] 331 Please specify the password.
[17:46:21] [R] PASS (hidden)
[17:46:21] [R] 230 Login successful.
[17:46:21] [R] SYST
[17:46:21] [R] 215 UNIX Type: L8
[17:46:21] [R] FEAT
[17:46:21] [R] 211-Features:
[17:46:21] [R]  EPRT
[17:46:21] [R]  EPSV
[17:46:21] [R]  MDTM
[17:46:21] [R]  PASV
[17:46:21] [R]  REST STREAM
[17:46:21] [R]  SIZE
[17:46:21] [R]  TVFS
[17:46:21] [R] 211 End
[17:46:21] [R] PWD
[17:46:21] [R] 257 "/home/user" is the current directory
[17:46:21] [R] PASV
[17:46:21] [R] 227 Entering Passive Mode (192,168,137,213,143,240).
[17:46:21] [R] Opening data connection IP: 192.168.137.213 PORT: 36848
[17:46:21] [R] LIST -al
[17:46:21] [R] 150 Here comes the directory listing.
[17:46:21] [R] 226 Directory send OK.
[17:46:21] [R] List Complete: 576 bytes in 0.06 seconds (0.6 KB/s)
[17:46:21] [R] Calculating timezone offset of server...
[17:46:21] [R] MDTM .bash_history
[17:46:21] [R] 213 20200223120924
[17:46:21] [R] Timezone offsets: Server: 0 seconds. Local: -18000 seconds. Difference: -18000 seconds.
 
Back
Top