ftpii
This is an old revision of this page, as edited by Ynurisuhy (talk | contribs) at 09:06, 24 November 2010. It may differ significantly from the current revision. |
ftpii | |
![]() | |
General | |
---|---|
Author(s) | joedj |
Type | Utility |
Version | 0.0.21 |
Licence | New BSD |
Links | |
Download | |
Website | |
Source | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
ftpii is an FTP server for the Nintendo Wii.
Usage
- Copy ftpii/ to /apps/ on an SD-card and use The Homebrew Channel,
- or load boot.dol using your favourite mechanism (wiiload, Twilight Hack, ISO etc...).
- Once loaded ftpii will display the IP address of your Wii and the port that it's listening on.
Passwords:
- To specify a password via The Homebrew Channel, rename the apps/ftpii directory to apps/ftpii_YourPassword.
- To specify a password via wiiload, pass an argument e.g. wiiload boot.dol YourPassword.
- To specify a password remotely, use the SITE PASSWD and SITE NOPASSWD commands.
A working DVDX installation is required for the DVD features.
If you're having problems running it in Homebrew Channel v1.0.7:
Reinstall DVDX using HackMii Installer v0.6
History
For subversion changes since 0.0.6, see http://code.google.com/p/ftpii/source/list
Version | Changes | |
---|---|---|
0.0.21 | NTFS filesystem.<br/>SEEPROM filesystem.<br/>Fix active-mode transfers.<br/>Built with devkitPPC release 19, libogc r3938, libfat r3938. | |
0.0.20 | Make release ZIP structure compatible with HBC's new wiiload.<br/>Attempt to reinitialise network after failure.<br/>Added OTP filesystem support at /otp (libotp).<br/>Attempt to show real timestamps in directory listings.<br/>Built with devkitPPC release 19, libogc 1.8.1 (r3846), libfat 1.0.6 (r3846). | |
0.0.19 | Fixed spurious error when reading bad sectors from NAND.<br/>Add support for SDHC Gecko. (thanks emu_kidid!)<br/>Attempt to fix hang when auto-mounting DVD.<br/>Fixed bug in libogc's IOS_Open that caused hangs in /isfs. | |
0.0.18 | Enabled SD Gecko at /gcsda and /gcsdb. (thanks dhewg!)<br/>Added NAND image support at /nand (libnandimg).<br/>Added NAND filesystem support at /isfs (libisfs).<br/>Added detection of device removal and insertion for Front SD, SD Gecko, USB and DVD.<br/>Use transparency in The Homebrew Channel icon. (thanks wilson.p.alex!) | |
0.0.17 | Upgraded to devkitPPC r16.<br/>Fixed crash bug when mounting /fst for discs with fst_size greater than 32KB.<br/>Fixed logic bug where some files under /fst appear in the wrong directories.<br/>Fixed display initialisation bug causing intermittent blank display on startup.<br/>Added SITE LOAD command to run DOL executables. (thanks svpe/shagkur!)<br/>Added virtual metadata directories under /fst. | |
0.0.16 | Optical disc support, SITE MOUNT/UNMOUNT/EJECT commands, wiimote power button. (thanks Nuke!) | |
0.0.15 | boot.dol rebuilt with latest libogc git to add SDHC support. (thanks svpe!)<br/>Released as boot.dol instead of boot.elf for Homebrew Channel beta9 compatibility.<br/>Network initialisation is more reliable - now retries forever on net_init or net_gethostip failure. | |
0.0.14 | Rebuilt with latest libfat CVS to fix delete corruption bug and speed up opening large files (thanks rodries!) | |
0.0.13 | Async networking, cleaner exiting, data cxn timeout, power button, gc controller | |
0.0.12 | boot.elf rebuilt with patched libfat to set archive flag on new files, allowing Data Management to see uploaded save games (e.g. TP hack). | |
0.0.11 | boot.elf rebuilt with patched libfat to stop read-ahead cache providing old data. (thanks dhewg!)<br/>Attempt to fix USB ethernet adapter by initialisaing network subsystem before FAT<br/>Added release_date to meta.xml. | |
0.0.10 | boot.elf rebuilt with patched libogc to fix startup crashes when USB devices are present<br/>Added SITE PASSWD and SITE NOPASSWD for controlling the authentication remotely. | |
0.0.9 | Added authentication - can specify a password using directory name or wiiload arg. | |
0.0.8 | Fixed MKD bug that caused working directory to change to new directory automatically.<br/>Added no-op SITE CHMOD command to prevent some FTP clients from displaying skip/abort/retry type prompts. | |
0.0.7 | Added virtual path support for /sd and /usb. (thanks srg!)<br/>Added SITE LOADER command to return to loader, Added SITE CLEAR command to clear the console<br/>Support for starting without a device connected (thanks srg!)<br/>Support for SD Gecko (though currently disabled in libfat) (thanks srg!)<br/>Re-enable read-ahead when remounting (thanks srg!) | |
0.0.6 | Incorporated SD-card and USB hot-swapping patch. (thanks srg!) | |
0.0.5 | Added support for buggy FTP clients that use "LIST -aL" or similar, at the expense of breaking paths that begin with '-'.<br/>Compiled with corruption-fix and usbstorage libfat patches. (thanks svpe!)<br/>Uncommented FAT read-ahead support (oops) | |
0.0.4 | Added rename support, as well as append and resume.<br/>Fixed _another_ nasty crash bug introduced in 0.0.3 when creating directories. (thanks nilsk123!) | |
0.0.3 | Multi-client support (up to 5), using LWPs. Unfortunately this makes things quite a bit slower, due to the reduced buffer sizes. This has the nice side-effect of making clients like FileZilla work. | |
0.0.2 | Fixed display/crash bug when creating directories. (thanks feesh!)<br/>Enabled fat read-ahead caching. Increases read speed from ~80KB/s to ~250KB/s for me. (thanks svpe!) | |
0.0.1 | Public release |
See also
- WiiXplorer - also implements an FTP server