OpenPS3FTP [v4.4]
|
|
dw_tn |
Дата: Вс, 14 Окт 2012, 18:42 | Сообщение #1 |
Супер мозг
Сообщений: 4823
|
OpenPS3FTP
обновление от 04.04.2017
Github проекта: https://github.com/jjolano/openps3ftp/
Описание:
OpenPS3FTP - это альтернативный FTP server, с открытым кодом.
Особенности Open PS3 FTP Server:
Поддержка Пассивного режима Поддержка Активного режима Поддержка Многопроцессорной работы
username: root password: openbox
Скачать:
* OpenPS3FTP v4.4 e4
услуги модератора люкс класса- обратиться.
|
|
| |
dw_tn |
Дата: Пт, 19 Июл 2013, 18:14 | Сообщение #2 |
Супер мозг
Сообщений: 4823
|
OpenPS3FTP 3.1 Unofficial PS3Mod Beta 1 Цитата Fixed data connections Removed unnecessary checks. Use O2 instead Compatible with 4.46 LDZ FERROX/HABIB Improved Speed Transfer Fixed minor bug cfw 4.46 Скачать
услуги модератора люкс класса- обратиться.
|
|
| |
dw_tn |
Дата: Чт, 26 Янв 2017, 20:52 | Сообщение #3 |
Супер мозг
Сообщений: 4823
|
OpenPS3FTP RC4
Разработчик jjolano обновил FTP сервер с открытым исходным кодом OpenPS3FTP до версии RC4 . Помните что RC не являеться стабильной версией,поэтому при работе могут быть ошибки. Что нового: Цитата Release Candidate 4:
Minimizing use of string streams Added more information in README.txt and ChangeLog.txt Fixed a few errors and potential bugs from previous release candidates Shifted some code around Includes DEX build
Release Candidate 3:
Fixed polling events
Release Candidate 2:
Fixes some issues in data connection handling. Some unnecessary code removed.
Release Candidate 1:
release candidate Добавлено (26 Янв 2017, 20:52) --------------------------------------------- OpenPS3FTP v4.0b
Изменения : -Некоторые улучшения -Реализация libsysfs для улучшения производительности
[urл=https://github.com/jjolano/openps3ftp/releases/download/v4.0b/UP0001-NPXS91337_00-0000000000000000.pkg]Скачать[/urл]
услуги модератора люкс класса- обратиться.
|
|
| |
pvc1 |
Дата: Вс, 05 Фев 2017, 20:54 | Сообщение #4 |
Высшая материя
Сообщений: 10885
|
v4.1
Цитата - Removed support for APPE command (in favour of REST + STOR) - Fixed MKD response format. - Implemented a new simple UI. - Source can now be compiled as a PSL1GHT static library. - Source can now be compiled as a CELLSDK static library. - Implemented asynchronous IO writing. May improve stability in some cases. * By default, this is disabled. You can toggle this using the command "AIO". * Transfer speed is slightly reduced in this mode, hence disabled by default. - Implemented internal IO caching. May improve performance in some cases. - Improved single-file transfer performance compared to previous versions. - Slightly improved transfer performance when using multiple connections. - Implemented additional error checking to prevent potential crashes. - Fixed a long-standing bug that caused the network stack to crash when performing a large number of data operations in a short amount of time. * This bug apparently exists on all current FTP homebrew servers. * Can be tested by constantly refreshing a directory listing to flood the server with LIST commands. Eventually, the server will crash due to a large amount of leftover network sockets created.
|
|
| |
pvc1 |
Дата: Вт, 14 Фев 2017, 07:34 | Сообщение #5 |
Высшая материя
Сообщений: 10885
|
v4.2
Цитата - Reverted removal of APPE command. - Added some additional standard FTP commands. - Rewrote server engine to be able to compile on Linux, CELL, and PSL1GHT. * This makes for easier debugging, so this release should be expected to perform much better (and hopefully bug-free) than earlier versions. * With the new codebase, developers can now easily add their own commands without having to worry about affecting the server engine. The command system is now designed to be "plugin-based". - Removed asynchronous IO. No real benefits were found after thorough testing. - Vastly improved stability of multiple connections. * 10 simultaneous connections in FileZilla is tested to be stable! - Fixed a bad bug in 4.1 causing connections to drop when downloading files.
|
|
| |
pvc1 |
Дата: Сб, 04 Мар 2017, 13:12 | Сообщение #6 |
Высшая материя
Сообщений: 10885
|
v4.2 PRX Update 1
Цитата Since services like FTP are probably better suited to run in the background, here's a VSH plugin.
The whole thing needed to be rewritten (again) in C, but it mainly follows the C++ codebase, so there's still the great stability and performance that standalone version 4.2 brings - notably the 10+ simultaneous connection stability.
Additionally, this plugin provides an interface for other VSH plugins to add their own commands! Simply link your project to the sprx stub along with the header file. Currently, this is experimental - but tested to be working. An example proof-of-concept is included. This requires the main plugin to be loaded first. The only issue is that the plugins MUST unregister their commands and be unloaded first, otherwise the console will hang on shutdown endlessly.
Since I'm still new to the SPRX game, this is being marked as pre-release or beta. Do expect crashes, but from my own testing, it works.
Just a quick update to the server code that might help fix some crashes.
Included files:
openps3ftp.sprx: main FTP server plugin. Make sure other FTP daemons are disabled (or on a different port) such as webMAN. openps3ftp_prx_test.sprx: plugin interface tester. This injects a command called "TEST" which calls syscall 496 ( sys_prx_get_module_id_by_name) and takes in a parameter. libopenps3ftp_prx.a: plugin interface stub library. Required link for adding commands to the FTP server. openps3ftp.h: plugin interface header file.
|
|
| |
pvc1 |
Дата: Пн, 06 Мар 2017, 09:22 | Сообщение #7 |
Высшая материя
Сообщений: 10885
|
v4.2a Цитата Rebased standalone app server code to sprx plugin server code. - OpenPS3FTP standalone and sprx now share the same server code. Removed build for CellPS3FTP. Fixed various crashes that existed in version 4.2
|
|
| |
pvc1 |
Дата: Пн, 27 Мар 2017, 14:14 | Сообщение #8 |
Высшая материя
Сообщений: 10885
|
v4.2b
Цитата SPRX-only release.
This release adds NTFS support, and various code optimizations.
Known Issues:
The console will hard-lock when shutting down the console while a client is connected to the FTP server. Please disconnect before shutting down!
|
|
| |
pvc1 |
Дата: Сб, 01 Апр 2017, 20:57 | Сообщение #9 |
Высшая материя
Сообщений: 10885
|
v4.3
Цитата This major update is focused on increasing performance and stability. Code optimizations were made to improve efficiency overall. See the changelog for more details.
As per v4.2b, PS3NTFS is required to enable NTFS support with openps3ftp.sprx. openps3ftp_ntfs.sprx already includes PS3NTFS code. Should there be more support for the PS3NTFS plugin (such as webMAN/sMAN linking to PS3NTFS instead of libntfs), the openps3ftp_ntfs.sprx build will be dropped in future releases.
|
|
| |
pvc1 |
Дата: Чт, 29 Мар 2018, 15:26 | Сообщение #10 |
Высшая материя
Сообщений: 10885
|
v4.4 (Experimental Release 1)
Цитата This release adds experimental multithreading support which may improve performance at the cost of stability. It has not gone through extensive testing, so it shouldn't be expected to work reliably.
Builds for Cobra SPRX and EBOOT.BIN are included.
|
|
| |