More actions
No edit summary |
m (Text replacement - "Category:Homebrew utility applications on 3DS" to "") |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = FTPDB | |title=FTPDB | ||
| image = | |image=Ftpdb.png | ||
| type = Utilities | |description=FTP for 3DS. | ||
| version = | |author=Favna | ||
| | |lastupdated=2017/01/20 | ||
| | |type=Utilities | ||
|version=1.4.1 | |||
| | |license=Mixed | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/ftpdb.7z | ||
|website=https://github.com/Favna/FTPDB | |||
|source=https://github.com/Favna/FTPDB | |||
}} | }} | ||
FTPDB, formerly called FTP3DS, is a simple FTP client for 3DS. | FTPDB, formerly called FTP3DS, is a simple FTP client for 3DS. | ||
Line 19: | Line 20: | ||
==Installation== | ==Installation== | ||
===Installing=== | ===Installing=== | ||
Available in CIA and 3DSX formats. | |||
* CIA - Install the .cia with the CIA manager of your choice. | |||
* 3DSX - Use the .3dsx provided with the Homebrew Launcher. | |||
===Building=== | ===Building=== | ||
Line 44: | Line 47: | ||
==Media== | ==Media== | ||
'''How to install FTPD snap! on Nintendo 3ds''' ([https://www.youtube.com/watch?v=B4VkMQGuBeU NintendHugo]) <br> | |||
<youtube>B4VkMQGuBeU</youtube> | <youtube>B4VkMQGuBeU</youtube> | ||
==Changelog== | ==Changelog== | ||
'''v1.4.1 20 | '''v1.4.1 2017/01/20''' | ||
* Updated CPU clock speed to 804 MHz. | * Updated CPU clock speed to 804 MHz. | ||
'''v1.4 20 | '''v1.4 2017/01/20''' | ||
* Now has the new homebrew logo courtesy of PabloMK7. | * Now has the new homebrew logo courtesy of PabloMK7. | ||
'''v1.3 20 | '''v1.3 2017/01/20''' | ||
* Following the FreeShop takedown based on using Nintendo 3DS Logo, the logo for FTPDB has been rebuilt with updated Buildtools and ensured it uses Homebrew logo. | * Following the FreeShop takedown based on using Nintendo 3DS Logo, the logo for FTPDB has been rebuilt with updated Buildtools and ensured it uses Homebrew logo. | ||
'''v1.2 20 | '''v1.2 2017/01/20''' | ||
* Long requested rename is finally here. Decided to go for FTPDB suggested by /u/ketchup901 on reddit. The 'b' refers to that this version of FTPD uses Buildtools. | * Long requested rename is finally here. Decided to go for FTPDB suggested by /u/ketchup901 on reddit. The 'b' refers to that this version of FTPD uses Buildtools. | ||
* Also added the SIZE command reflecting latest changes made by mtheall. | * Also added the SIZE command reflecting latest changes made by mtheall. | ||
* IMPORTANT NOTICE: In case the icon of your existing FTP3DS does not change upon updating please fully remove the installed application and reinstall it. | * IMPORTANT NOTICE: In case the icon of your existing FTP3DS does not change upon updating please fully remove the installed application and reinstall it. | ||
'''v1.1 20 | '''v1.1 2016/06/20''' | ||
* Updates to reflect changes made for FTPD (v2.2). | * Updates to reflect changes made for FTPD (v2.2). | ||
* Show free space on SD card. | * Show free space on SD card. | ||
Line 69: | Line 73: | ||
* Update Windows and Linux Makerom builds. | * Update Windows and Linux Makerom builds. | ||
'''v1.0 11 | '''v1.0 2016/06/11''' | ||
* Initial release. | * Initial release. | ||
Line 81: | Line 85: | ||
* GBAtemp - https://gbatemp.net/threads/release-ftpdb-ftpd-with-buildtools.430464 | * GBAtemp - https://gbatemp.net/threads/release-ftpdb-ftpd-with-buildtools.430464 | ||
* Reddit - https://www.reddit.com/r/3dshacks/comments/4nix5u/release_ftp3ds_a_better_fork_for_ftpd_with | * Reddit - https://www.reddit.com/r/3dshacks/comments/4nix5u/release_ftp3ds_a_better_fork_for_ftpd_with | ||
Latest revision as of 05:34, 6 Mayıs 2024
FTPDB | |
---|---|
General | |
Author | Favna |
Type | Utilities |
Version | 1.4.1 |
License | Mixed |
Last Updated | 2017/01/20 |
Links | |
Download | |
Website | |
Source | |
FTPDB, formerly called FTP3DS, is a simple FTP client for 3DS.
Features
- Works well with a variety of clients.
- Supports multiple simultaneous clients. The 3DS itself only appears to support enough sockets to perform 4-5 simultaneous data transfers, so it will help if you limit your FTP client to this many parallel requests.
Installation
Installing
Available in CIA and 3DSX formats.
- CIA - Install the .cia with the CIA manager of your choice.
- 3DSX - Use the .3dsx provided with the Homebrew Launcher.
Building
Install and set up devkitARM and libctru.
Clone this repository and cd in the resulting directory.
Then run the following command: make
This will create the /output
folder with all required files.
Recommended clients
Windows - FileZilla.
Linux - FileZilla.
MacOS - FileZilla.
iOS non jailbroken - FTPManager.
iOS Jailbroken - Filza.
Android - Turbo FTP Client & SFTP Client.
Media
How to install FTPD snap! on Nintendo 3ds (NintendHugo)
Changelog
v1.4.1 2017/01/20
- Updated CPU clock speed to 804 MHz.
v1.4 2017/01/20
- Now has the new homebrew logo courtesy of PabloMK7.
v1.3 2017/01/20
- Following the FreeShop takedown based on using Nintendo 3DS Logo, the logo for FTPDB has been rebuilt with updated Buildtools and ensured it uses Homebrew logo.
v1.2 2017/01/20
- Long requested rename is finally here. Decided to go for FTPDB suggested by /u/ketchup901 on reddit. The 'b' refers to that this version of FTPD uses Buildtools.
- Also added the SIZE command reflecting latest changes made by mtheall.
- IMPORTANT NOTICE: In case the icon of your existing FTP3DS does not change upon updating please fully remove the installed application and reinstall it.
v1.1 2016/06/20
- Updates to reflect changes made for FTPD (v2.2).
- Show free space on SD card.
- Show minimal info on TCP table.
- Updates to reflect changes made for Buildtools (commit a3770c2).
- Fix old typo in RSF template.
- Update Windows and Linux Makerom builds.
v1.0 2016/06/11
- Initial release.
Credits
- mtheall for FTPD.
- steveice10 for the project_ctr, bannertool and buildtools.
- usagirei for assisting in the switching of makefile to support buildtools.