PS3 Homebrew FTP Server - 改機

By Rachel
at 2010-09-08T08:47
at 2010-09-08T08:47
Table of Contents
http://www.ps3hax.net/2010/09/ps3-ftp-server-homebrew-application-2/
PS3 JB後能跑的第二支程式(第一支當然是萬惡的BackupManager)
With the start of the real PS3 Scene, people sharing what they have
– I decided to code up this little, horribly buggy app.
PS3 自制程式的戲碼上演後,大家就開始分享手中的好康了,我也決定把我這支
還有些 bug的程式編起來分享。
It is an FTP Server for the PS3, with it, on a retail with your
choice of "hack" to enable unsigned code it allows:
這是一個在 PS3上面執行的 FTP伺服器,當然在零售版本的主機上要先「破解」
後才能執行,功能有:
Full Read/Write access to all of "dev_hdd0" (including save areas,
games, VM etc)
完整存取「dev_hdd0」的權限(包含存檔資料、遊戲安裝資料、虛擬機器等)
Full Read/Write access to "dev_flash2" and "dev_flash3"
完整存取「dev_flash2」與「dev_flash3」的權限(抱歉這兩個我不知道是啥)
Full Read/Write access to connected usb devices
完整存取外接式 USB裝置的權限(應該限定是大容量儲存裝置)
Full Read access to "dev_flash"
有讀取「dev_flash」 的權限(我不知道這個區塊的功能)
Full Read access to "dev_bdvd"
有讀取「dev_bdvd」的權限(當然就是藍光光碟機囉!)
To use:
用法:
Connect with your choice of FTP client – Prefered is the old "ftp"
from the command line, however Filezilla seems to work, allowing
only one connection, and disabling PASV support.
使用 FTP客戶端連線(IP就是主機的IP,建議使用區網模式),推薦使用老舊的
ftp指令程式(Windows上是ftp.exe),但FileZilla 似乎也可以順利執行。只
允許一個連線(所以那種一邊下載還可以一邊瀏覽的 FTP程式不行),而且不要
使用PASV(被動連線)模式。
Furthermore, the Server does not support some commands (like rename,
of all things!) so make sure what you do counts!
另外,這個伺服器有些指令不支援(例如rename),所以最好先確定你自己在幹
麼!
Use the IP shown on the screen – make sure to have your net connection
up and running before hand (wired is so much faster)
用主機顯示的IP位址連線,在連線之前請先確定所有網路相關的設定都正常(有
線網路比無線網路快多了)
Connect to that IP, port 21, use the username: FTPD12345, and
whatever password you like. I could have removed the username check in
the library, but I'm lazy!
連入那個IP,連接埠21(標準的 FTP連接埠),使用者帳號:FTPD12345 ,密碼
隨便亂打。雖然我在寫的時候也可以弄成預設沒有使用者帳號,但我懶嘛!
Be careful, some of the flash contents ARE writable , nobody is
responsible for what you do to your PS3 but you!
自己注意,有些快閃記憶體的區塊是「可以」寫入的,因此亂搞的話,個人造業
個人擔。
Limitations:
限制:
Can not write to dev_flash
無法寫入dev_flash區塊
Can not rename files
無法改變檔名
Buggy as hell (randomly crashes, blame Sony!)
有 bug(隨時可能會當機,攏是$QNY的錯,不干 I的事)
Files > 4GB increments show as the difference, for example a 6GB
file shows as "2gb", or a 11gb file shows as 3gb – It will
download, well past 100% , just let it keep going!
有 4GB顯示的 bug,最大的檔案大小是 4GB,超過 4GB會overflow(這顯然是開
發者的 library沒更新),例如 6GB會顯示 6-4 = 2GB、11GB會顯示11-2*4 = 3
GB,但不用理他,還是可以正常下載。
Finally, this app was coded quickly, by someone who can't code for the
life of him. It mostly uses provided API's, and the GUI is based off
of a sample – but, it gets the job done.
總之,這支程式是急就章生出來的,而且作者不可能花一輩子來寫這支程式。雖
然只用了大部分已經公開的 API,使用者介面也很陽春,但該有的功能都有。
Furthermore a tiny, tiny, super tiny bit of editing was done to the
library to allow full access to the entire system, and the hack
enabled the rest!
這支小到不行的程式是利用允許存取系統的資料庫程式完成的,所以程式本身的
功能是正常的,執行前要做的,就是JB了。
--
○ ____ _ _ _ _ ____ _ _ ____ _____ ____
。 ★(_ _)( \( )( \/ )( ___)( \( )(_ _)( _ )( _ \
o _)(_ ) ( \ / )__) ) ( )( )(_)( ) / ● ‧
(____)(_)\_) \/ (____)(_)\_) (__) (_____)(_)\_) ★
o
--
PS3 JB後能跑的第二支程式(第一支當然是萬惡的BackupManager)
With the start of the real PS3 Scene, people sharing what they have
– I decided to code up this little, horribly buggy app.
PS3 自制程式的戲碼上演後,大家就開始分享手中的好康了,我也決定把我這支
還有些 bug的程式編起來分享。
It is an FTP Server for the PS3, with it, on a retail with your
choice of "hack" to enable unsigned code it allows:
這是一個在 PS3上面執行的 FTP伺服器,當然在零售版本的主機上要先「破解」
後才能執行,功能有:
Full Read/Write access to all of "dev_hdd0" (including save areas,
games, VM etc)
完整存取「dev_hdd0」的權限(包含存檔資料、遊戲安裝資料、虛擬機器等)
Full Read/Write access to "dev_flash2" and "dev_flash3"
完整存取「dev_flash2」與「dev_flash3」的權限(抱歉這兩個我不知道是啥)
Full Read/Write access to connected usb devices
完整存取外接式 USB裝置的權限(應該限定是大容量儲存裝置)
Full Read access to "dev_flash"
有讀取「dev_flash」 的權限(我不知道這個區塊的功能)
Full Read access to "dev_bdvd"
有讀取「dev_bdvd」的權限(當然就是藍光光碟機囉!)
To use:
用法:
Connect with your choice of FTP client – Prefered is the old "ftp"
from the command line, however Filezilla seems to work, allowing
only one connection, and disabling PASV support.
使用 FTP客戶端連線(IP就是主機的IP,建議使用區網模式),推薦使用老舊的
ftp指令程式(Windows上是ftp.exe),但FileZilla 似乎也可以順利執行。只
允許一個連線(所以那種一邊下載還可以一邊瀏覽的 FTP程式不行),而且不要
使用PASV(被動連線)模式。
Furthermore, the Server does not support some commands (like rename,
of all things!) so make sure what you do counts!
另外,這個伺服器有些指令不支援(例如rename),所以最好先確定你自己在幹
麼!
Use the IP shown on the screen – make sure to have your net connection
up and running before hand (wired is so much faster)
用主機顯示的IP位址連線,在連線之前請先確定所有網路相關的設定都正常(有
線網路比無線網路快多了)
Connect to that IP, port 21, use the username: FTPD12345, and
whatever password you like. I could have removed the username check in
the library, but I'm lazy!
連入那個IP,連接埠21(標準的 FTP連接埠),使用者帳號:FTPD12345 ,密碼
隨便亂打。雖然我在寫的時候也可以弄成預設沒有使用者帳號,但我懶嘛!
Be careful, some of the flash contents ARE writable , nobody is
responsible for what you do to your PS3 but you!
自己注意,有些快閃記憶體的區塊是「可以」寫入的,因此亂搞的話,個人造業
個人擔。
Limitations:
限制:
Can not write to dev_flash
無法寫入dev_flash區塊
Can not rename files
無法改變檔名
Buggy as hell (randomly crashes, blame Sony!)
有 bug(隨時可能會當機,攏是$QNY的錯,不干 I的事)
Files > 4GB increments show as the difference, for example a 6GB
file shows as "2gb", or a 11gb file shows as 3gb – It will
download, well past 100% , just let it keep going!
有 4GB顯示的 bug,最大的檔案大小是 4GB,超過 4GB會overflow(這顯然是開
發者的 library沒更新),例如 6GB會顯示 6-4 = 2GB、11GB會顯示11-2*4 = 3
GB,但不用理他,還是可以正常下載。
Finally, this app was coded quickly, by someone who can't code for the
life of him. It mostly uses provided API's, and the GUI is based off
of a sample – but, it gets the job done.
總之,這支程式是急就章生出來的,而且作者不可能花一輩子來寫這支程式。雖
然只用了大部分已經公開的 API,使用者介面也很陽春,但該有的功能都有。
Furthermore a tiny, tiny, super tiny bit of editing was done to the
library to allow full access to the entire system, and the hack
enabled the rest!
這支小到不行的程式是利用允許存取系統的資料庫程式完成的,所以程式本身的
功能是正常的,執行前要做的,就是JB了。
--
○ ____ _ _ _ _ ____ _ _ ____ _____ ____
。 ★(_ _)( \( )( \/ )( ___)( \( )(_ _)( _ )( _ \
o _)(_ ) ( \ / )__) ) ( )( )(_)( ) / ● ‧
(____)(_)\_) \/ (____)(_)\_) (__) (_____)(_)\_) ★
o
--
Tags:
改機
All Comments

By Margaret
at 2010-09-10T17:37
at 2010-09-10T17:37

By Daph Bay
at 2010-09-13T02:06
at 2010-09-13T02:06

By Eden
at 2010-09-15T22:01
at 2010-09-15T22:01

By Sarah
at 2010-09-20T11:57
at 2010-09-20T11:57

By Gary
at 2010-09-23T22:57
at 2010-09-23T22:57

By Puput
at 2010-09-24T14:35
at 2010-09-24T14:35

By Hedwig
at 2010-09-26T14:25
at 2010-09-26T14:25

By Queena
at 2010-09-29T21:19
at 2010-09-29T21:19

By Jack
at 2010-09-30T18:03
at 2010-09-30T18:03

By Agnes
at 2010-10-05T11:03
at 2010-10-05T11:03

By Bethany
at 2010-10-08T03:12
at 2010-10-08T03:12

By Frederic
at 2010-10-12T19:14
at 2010-10-12T19:14

By Una
at 2010-10-16T21:53
at 2010-10-16T21:53

By Christine
at 2010-10-19T10:17
at 2010-10-19T10:17

By Freda
at 2010-10-21T02:20
at 2010-10-21T02:20

By Edwina
at 2010-10-22T00:42
at 2010-10-22T00:42

By Vanessa
at 2010-10-23T23:22
at 2010-10-23T23:22

By Kelly
at 2010-10-25T18:13
at 2010-10-25T18:13
Related Posts
記憶卡的選擇

By Andrew
at 2010-09-07T22:59
at 2010-09-07T22:59
肥P版本請教

By Ursula
at 2010-09-07T22:56
at 2010-09-07T22:56
肥P版本請教

By Quanna
at 2010-09-07T20:57
at 2010-09-07T20:57
PALforpsp檔案不知道要放哪 求救

By Rae
at 2010-09-07T17:25
at 2010-09-07T17:25
暫時略過3.42版韌體更新的辦法

By Suhail Hany
at 2010-09-07T12:50
at 2010-09-07T12:50