More actions
No edit summary |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
{{Infobox XBOX Homebrew | {{Infobox XBOX Homebrew | ||
|title= | |title=FTPiiU | ||
|image= | |image=psp02.png | ||
|description= | |description= | ||
|author= | |author=dimok789 | ||
|lastupdated= | |lastupdated= | ||
|type=File browsers | |type=File browsers | ||
|version= | |version= | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/psphomebrew/papfiler.7z | |download=https://dlhb.gamebrew.org/psphomebrew/papfiler.7z | ||
|website=https://psp.scenebeta.com/noticia/psp-filer | |website=https://psp.scenebeta.com/noticia/psp-filer | ||
}} | }} | ||
== FTPiiU == | |||
Run the FTP server on the Wii U console. | |||
Developed by dimok789, ported from [[FTPii Wii|ftpii]] by joedj for the Wii. | |||
== | === Installation === | ||
You will need: | |||
* A FTP client such as FileZilla. | |||
* A hacked Wii U with Tiramisu installed. Versions differences: | |||
** Aroma - Developed by Maschell, runs in the background by default (if the plugin is enabled). | |||
How to install: | |||
* Download the [https://github.com/dimok789/ftpiiu/releases latest release]. | |||
* Extract the contents of ftpiiu.zip to the root of your SD card. | |||
* Launch it from the Homebrew Launcher (Mii Maker). | |||
=== Changelog === | |||
'''v0.4 2016/11/02''' | |||
* Correct errno handling which fixes several timeout issues. | |||
'''v0.3 2016/04/01''' | |||
* Fixes a bug related to downloading files larger than 65kb. | |||
'''v0.2 2016/03/03''' | |||
* The TV's backlog is now larger than that of the GamePad's. | |||
'''v0.1 2016/03/01''' | |||
* Initial release. | |||
=== External links === | |||
* GitHub - https://github.com/dimok789/ftpiiu/ | |||
== ftpiiu_plugin == | |||
{{Infobox XBOX Homebrew | |||
== | |title=ftpiiu_plugin | ||
|image=psp02.png | |||
|description= | |||
|author=Maschell | |||
|lastupdated= | |||
|type=File browsers | |||
|version= | |||
|license=Mixed | |||
|download=https://dlhb.gamebrew.org/psphomebrew/papfiler.7z | |||
|website=https://psp.scenebeta.com/noticia/psp-filer | |||
}} | |||
Run the FTP server in the background on the Wii U console. | |||
=== Installation === | |||
You will need: | |||
* A FTP client such as FileZilla. | |||
* A hacked Wii U with Aroma installed. Versions differences: | |||
How to install: | |||
* Download the [https://github.com/wiiu-env/ftpiiu_plugin/releases latest release]. | |||
* Copy ftpii.u.wps to <code>sd:/wiiu/environments/aroma/plugins</code>. | |||
* Requires WiiUPluginLoaderBackend to be placed in <code>sd:/wiiu/environments/aroma/modules</code>. | |||
=== User guide === | |||
The FTPiiU server operates by default as long as the plugin is loaded, with the file residing in the plugin directory of your environment. | |||
Access to system files is disabled by default, and you can enable it in the config menu. To connect to the server, use empty credentials. | |||
The SD card can be accessed via <code>/fs/vol/external01/</code>. | |||
Configuration of the plugin is possible through the plugin config menu (L+D-Pad Down+Minus on the gamepad), offering the following options: | |||
Settings: | |||
* Enable FTPiiU - Starts/Stops the FTP server running in the background. Changes take effect upon closing the config menu. (Default is true). | |||
* Allow access to system files - Grants access to all system files. If disabled, access is limited to <code>/fs/vol/content</code>, <code>/fs/vol/save</code>, and <code>/fs/vol/external01</code> (SD card). Changes take effect upon closing the config menu, with the server potentially restarting. (Default is false). | |||
Additionally, the config menu displays the IP of your console and the port at which the server is running. | |||
=== Changelog === | |||
'''v0.3.1 2023/07/22''' | |||
* Compile with latest wut, devkitPPC and wups version. | |||
* Full Changelog: [https://github.com/wiiu-env/ftpiiu_plugin/compare/v0.3...v0.3.1 v0.3...v0.3.1]. | |||
'''v0.3 2022/10/09''' | |||
* Stop the server in ON_APPLICATION_ENDS instead of ON_APPLICATION_REQUESTS_EXIT hook. | |||
* Improved the stability of the ftp server. | |||
* Fixed potential crashes, double frees and memory leaks. | |||
* Improved transfer speeds massively. | |||
''' | * Fixed resuming file uploads. | ||
* | * Fixed listing <code>/fs/</code> and <code>/fs/vol</code>. | ||
* Fixed restarting the server on connection errors. | |||
* | |||
* | |||
* | |||
'''v0.2 2022/09/20''' | |||
* Added a config menu. | |||
* Added option to enable/disable the server. | |||
* The IP of the console can now be seen in the config menu. | |||
* By default the access to system files is denied. This can be enabled in the config menu. | |||
'''v0.1.1 2022/09/08''' | |||
* Fix displaying files/dirs with a broken date in some ftp clients. | |||
==External links== | === External links === | ||
* | * GitHub - https://github.com/wiiu-env/ftpiiu_plugin/ |
Revision as of 02:33, 10 December 2023
FTPiiU | |
---|---|
General | |
Author | dimok789 |
License | Mixed |
Links | |
Download | |
Website |
FTPiiU
Run the FTP server on the Wii U console.
Developed by dimok789, ported from ftpii by joedj for the Wii.
Installation
You will need:
- A FTP client such as FileZilla.
- A hacked Wii U with Tiramisu installed. Versions differences:
- Aroma - Developed by Maschell, runs in the background by default (if the plugin is enabled).
How to install:
- Download the latest release.
- Extract the contents of ftpiiu.zip to the root of your SD card.
- Launch it from the Homebrew Launcher (Mii Maker).
Changelog
v0.4 2016/11/02
- Correct errno handling which fixes several timeout issues.
v0.3 2016/04/01
- Fixes a bug related to downloading files larger than 65kb.
v0.2 2016/03/03
- The TV's backlog is now larger than that of the GamePad's.
v0.1 2016/03/01
- Initial release.
External links
- GitHub - https://github.com/dimok789/ftpiiu/
ftpiiu_plugin
ftpiiu_plugin | |
---|---|
General | |
Author | Maschell |
License | Mixed |
Links | |
Download | |
Website |
Run the FTP server in the background on the Wii U console.
Installation
You will need:
- A FTP client such as FileZilla.
- A hacked Wii U with Aroma installed. Versions differences:
How to install:
- Download the latest release.
- Copy ftpii.u.wps to
sd:/wiiu/environments/aroma/plugins
. - Requires WiiUPluginLoaderBackend to be placed in
sd:/wiiu/environments/aroma/modules
.
User guide
The FTPiiU server operates by default as long as the plugin is loaded, with the file residing in the plugin directory of your environment.
Access to system files is disabled by default, and you can enable it in the config menu. To connect to the server, use empty credentials.
The SD card can be accessed via /fs/vol/external01/
.
Configuration of the plugin is possible through the plugin config menu (L+D-Pad Down+Minus on the gamepad), offering the following options:
Settings:
- Enable FTPiiU - Starts/Stops the FTP server running in the background. Changes take effect upon closing the config menu. (Default is true).
- Allow access to system files - Grants access to all system files. If disabled, access is limited to
/fs/vol/content
,/fs/vol/save
, and/fs/vol/external01
(SD card). Changes take effect upon closing the config menu, with the server potentially restarting. (Default is false).
Additionally, the config menu displays the IP of your console and the port at which the server is running.
Changelog
v0.3.1 2023/07/22
- Compile with latest wut, devkitPPC and wups version.
- Full Changelog: v0.3...v0.3.1.
v0.3 2022/10/09
- Stop the server in ON_APPLICATION_ENDS instead of ON_APPLICATION_REQUESTS_EXIT hook.
- Improved the stability of the ftp server.
- Fixed potential crashes, double frees and memory leaks.
- Improved transfer speeds massively.
- Fixed resuming file uploads.
- Fixed listing
/fs/
and/fs/vol
. - Fixed restarting the server on connection errors.
v0.2 2022/09/20
- Added a config menu.
- Added option to enable/disable the server.
- The IP of the console can now be seen in the config menu.
- By default the access to system files is denied. This can be enabled in the config menu.
v0.1.1 2022/09/08
- Fix displaying files/dirs with a broken date in some ftp clients.