sleirsgoevy / ps4jb

PS4 6.72 jailbreak
504 stars 116 forks source link

FTP payload does not work. #41

Closed nkrapivin closed 4 years ago

nkrapivin commented 4 years ago

I can't connect to the PS4.

Статус: Соединяюсь с 192.168.1.239:2121...
Ошибка: Соединение прервано пользователем
Статус: Отключен от сервера
Статус: Соединяюсь с 192.168.1.239:2121...
Статус: Соединение установлено, ожидание приглашения...
Статус: Обычный FTP небезопасен. Пожалуйста, переключитесь на FTP через TLS.
Команда:    USER anonymous
Ответ:  331 Please specify the password.
Команда:    PASS *********************
Ответ:  230 Login successful.
Команда:    SYST
Ошибка: Соединение закрыто сервером
Ошибка: Невозможно подключиться к серверу
Статус: Ожидание повтора...
Статус: Соединяюсь с 192.168.1.239:2121...
Статус: Соединение установлено, ожидание приглашения...
Ответ:  220 FTP ready
Статус: Обычный FTP небезопасен. Пожалуйста, переключитесь на FTP через TLS.
Команда:    USER anonymous
Ответ:  331 Please specify the password.
Команда:    PASS *********************
Ответ:  230 Login successful.
Команда:    SYST
Ошибка: Соединение закрыто сервером
Ошибка: Невозможно подключиться к серверу

What's wrong?

sleirsgoevy commented 4 years ago

The FTP server in the repo does not recognize the SYST command. I don't have source code for it so can't fix the bug. Try using the FTP payload from https://ps4boot.github.io/

nkrapivin commented 4 years ago

Huh. Okay. Sorry for bothering you.

clbr commented 3 years ago

Please document this on the main page.

$ ftp 192.168.0.44 2121
Connected to 192.168.0.44.
220 FTP ready
Name (192.168.0.44:anonymous):
331 Please specify the password.
Password:
230 Login successful.
421 Service not available, remote server has closed connection
ftp> quit

Neither the inetutils ftp or ncftp work for me.

sleirsgoevy commented 3 years ago

curlftpfs works.

clbr commented 3 years ago

I'm using PS4-xplorer now, whose FTP is working well so far. Only 40mb/s transfer speed sadly, 1/3rd of the expected gigabit.