More actions
(Created page with "{{Infobox 3DS homebrew | title = FTPDB | image = https://dlhb.gamebrew.org/3dshomebrew/FTPDB.jpg|250px | type = Utilities | version = v1.4.1 | licence = Mixed | author = Favna...") |
m (Text replacement - "Category:Homebrew utility applications on 3DS" to "") |
||
(18 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. | |||
==Features== | |||
* Works well with a variety of clients. | * 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. | * 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 [http://3dbrew.org/wiki/Setting_up_Development_Environment devkitARM and libctru]. | |||
Clone this repository and cd in the resulting directory. | |||
Then run the following command: <code>make</code> | |||
This will create the <code>/output</code> folder with all required files. | This will create the <code>/output</code> folder with all required files. | ||
== Recommended | ===Recommended clients=== | ||
Windows - [https://filezilla-project.org/download.php?type=client FileZilla]. | |||
Linux - [https://filezilla-project.org/download.php?type=client FileZilla]. | |||
MacOS - [https://filezilla-project.org/download.php?type=client FileZilla]. | |||
iOS non jailbroken - [https://itunes.apple.com/us/app/ftpmanager-ftp-sftp-ftps-client/id525959186?mt=8 FTPManager]. | |||
iOS Jailbroken - [http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=filzafilemanagerDp Filza]. | |||
Android - [https://play.google.com/store/apps/details?id=turbo.client&hl=en Turbo FTP Client & SFTP Client]. | |||
==Media== | |||
'''How to install FTPD snap! on Nintendo 3ds''' ([https://www.youtube.com/watch?v=B4VkMQGuBeU NintendHugo]) <br> | |||
<youtube>B4VkMQGuBeU</youtube> | |||
==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. | |||
==External links== | |||
* GitHub - https://github.com/Favna/FTPDB | |||
* 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 |
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.