Homebrew [Release] FTPDB - FTPD with Buildtools

Favna

#PCMasterRace
OP
Member
Joined
Sep 12, 2009
Messages
864
Trophies
1
Website
twitter.com
XP
822
Country
Netherlands
banner.png

Title pretty much says it all. I got extremely sick of FTP-GMX / FTPDE always requiring reboots to make hb_launcher_loader or various other titles work after using them.

For a while I went back to the roots being FTPD but building that as a cia is just horrendous so I decided to make my own version based on FTPD but now using Steveice10's Buildtools for making it.

To get the latest release click here

Direct CIA download click here

Direct 3DSX download click here

Source

QR Code to use in FBI:
a61667d6-de89-11e6-8c4f-0e17442a5848.png





Some recommended FTP clients:

Windows: FileZilla

Linux: FileZilla

MacOS: FileZilla

iOS non jailbroken: FTPManager

iOS Jailbroken: Filza

Android: Turbo FTP Client & SFTP Client




Credits:

mtheall: For his stunning work on FTPD. This wouldn't exist without it.
steveice10: For his work on project_ctr, bannertool and with those buildtools.
usagirei: for helping me switch the makefile to support buildtools as well as finding a bug in bannertool





Changelog:

---------------
version 1.4.1
---------------
Updated CPU clock speed to 804 MHz. Not sure why I never did this before.. Either way, rejoice New3DS users!

---------------
version 1.4
---------------
Now has the new homebrew logo courtesy of PabloMK7.

---------------
version 1.3
---------------
Following the FreeShop takedown based on using Nintendo 3DS Logo I have rebuild FTPDB with updated Buildtools and ensured it uses Homebrew logo

---------------
version 1.2
---------------
Long requested rename is finally here. I 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!

---------------
version 1.1
---------------
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

---------------
version 1.0
---------------

Initial release
 
Last edited by Favna,

MsMidnight

part time fe modder
Member
Joined
Oct 12, 2015
Messages
1,753
Trophies
0
Location
kys
Website
camilla.hostfree.pw
XP
1,437
Country
banner.png

Title pretty much says it all. I got extremely sick of FTP-GMX / FTPDE always requiring reboots to make hb_launcher_loader or various other titles work after using them.

For a while I went back to the roots being FTPD but building that as a cia is just horrendous so I decided to make my own version based on FTPD but now using Steveice10's Buildtools for making it.

I'm debating on whether I'll start learning C or 3D Modelling in summer holiday but if I decide to go for the former I'll definitely end up looking into the code to clean it up because as it stands it's a hot mess of coding hell in there.

To get the latest release click here

Source

QR Code to use in FBI:

v1.0%20QRCode.png





Some recommended FTP clients:

Windows: FileZilla or WinSCP

Linux: FileZilla

Mac: FileZilla or Transmit (paid app)
Thanks. I'm too lazy to ftp a cia haha
 

Favna

#PCMasterRace
OP
Member
Joined
Sep 12, 2009
Messages
864
Trophies
1
Website
twitter.com
XP
822
Country
Netherlands
difference between yours and gmx?
2 big ones

1. No image at the bottom screen but actual TCP info
2. Is not crappy at whatever causes it that homebrew launcher and various other titles just hang on the Nintendo loading logo (the Nintendo 3DS animation) when launching them directly after using FTP without a reboot.

kmYueB3.jpg
 

Sonansune

Well-Known Member
Member
Joined
Jul 2, 2015
Messages
3,734
Trophies
1
XP
2,142
Country
Canada
2 big ones

1. No image at the bottom screen but actual TCP info
2. Is not crappy at whatever causes it that homebrew launcher and various other titles just hang on the Nintendo loading logo (the Nintendo 3DS animation) when launching them directly after using FTP without a reboot.

kmYueB3.jpg
great work!!!!:yay:
 

Favna

#PCMasterRace
OP
Member
Joined
Sep 12, 2009
Messages
864
Trophies
1
Website
twitter.com
XP
822
Country
Netherlands
I guess you also missed the latest updates to ftpd which added cia building
If you only made an account on this forum to spite people then please do direct yourself to the door. That said

1) I loosely based it on that fork, however mine still uses buildtools which is much better than building with ctrulib
2) Running make in the current Master branch of mtheall's repo still doesn't make a cia (it is required to run "make cia" for that and in this day and age where practically everyone has CFW and uses cia's this is just a stupid coding decision)
3) My version also doesn't support making it for a Linux client because such a feature is redundant code bloat for as far as 3ds homebrew goes.

Edit: That said, I just now made a PR on the original ftpd that fixed point "2": https://github.com/mtheall/ftpd/pull/46
 
Last edited by Favna,

pigman46

Member
Newcomer
Joined
Jun 23, 2009
Messages
9
Trophies
0
XP
168
Country
United States
If you only made an account on this forum to spite people then please do direct yourself to the door. That said

1) I loosely based it on that fork, however mine still uses buildtools which is much better than building with ctrulib
2) Running make in the current Master branch of mtheall's repo still doesn't make a cia (it is required to run "make cia" for that and in this day and age where practically everyone has CFW and uses cia's this is just a stupid coding decision)
3) My version also doesn't support making it for a Linux client because such a feature is redundant code bloat for as far as 3ds homebrew goes.

Edit: That said, I just now made a PR on the original ftpd that fixed point "2": https://github.com/mtheall/ftpd/pull/46

1) I made this account like 7 years ago.
2) I /am/ mtheall.
3) Is it so hard to type "make cia"? 3dsx is the default because you can build it out-of-the-box with vanilla devkitARM, which doesn't include makerom and bannertool. If those get added to devkitARM's 3DS tools, then I will make cia be built by default. If I add it now, someone without makerom/bannertool will get build errors with just "make". I'm not going to add a buildtools git submodule either because wow every project does and now i have 10,000 copies of it.
4) It's a Linux server, not client. Also, the reason it exists is because it makes for much easier debugging.
 

TVL

#|
Member
Joined
Feb 17, 2004
Messages
577
Trophies
2
Location
World -1
XP
2,299
Country
Sweden
Edit: Spoke too soon.

Nice work. With the other FTP programs after I was done transferring I had to go to home menu, kill WIFI and then I could close the program and THEN start something else without it hanging. Glad that is no more.
 
Last edited by TVL,

Sonansune

Well-Known Member
Member
Joined
Jul 2, 2015
Messages
3,734
Trophies
1
XP
2,142
Country
Canada
Nice work. With the other FTP programs after I was done transferring I had to go to home menu, kill WIFI and then I could close the program and THEN start something else without it hanging. Glad that is no more.
Im using this one right now.. but it seems contain more bug.... the program hanging with "Closing software..."
 

Favna

#PCMasterRace
OP
Member
Joined
Sep 12, 2009
Messages
864
Trophies
1
Website
twitter.com
XP
822
Country
Netherlands
1) I made this account like 7 years ago.
2) I /am/ mtheall.
3) Is it so hard to type "make cia"? 3dsx is the default because you can build it out-of-the-box with vanilla devkitARM, which doesn't include makerom and bannertool. If those get added to devkitARM's 3DS tools, then I will make cia be built by default. If I add it now, someone without makerom/bannertool will get build errors with just "make". I'm not going to add a buildtools git submodule either because wow every project does and now i have 10,000 copies of it.
4) It's a Linux server, not client. Also, the reason it exists is because it makes for much easier debugging.


Look I'm sorry I got on your nerves and you're a great dev whom we as a community owe a whole lot to. I and everyone here greatly appreciate your work and all that stuff. I was informed you were on #cakey recently to get the fixes for FTPD which, looking at the commit log, are all done now. I'm not going to be judging or attempting to make false assumptions here but just to express my honest feelings: I do feel like it is all too convenient that since April 9th you didn't commit anything on FTPD and just as I release FTP3DS you fix what had to be fixed.

That all said I really see no reason for us to not get along. To actually make the quote sensible however I would like to take a moment and reply to some of your points, but please understand that I mean no negativity with it, only thought out reactions. (There is only positive and negative after all)

1) So did I. September 12th 2009 to be exact. That said I still have way fewer messages than many other people here. Account age says little compared to account activity.
3) I see where you're coming from with this reasoning and it makes perfect sense. This is however also why I implemented Steveice10's Buildtools (https://github.com/steveice10/buildtools) as it allows you to have and Vanilla devkitARM and a single "Make" to make 3dsx, smdh, cia, elf and a zip that has the first 3 of that. (and all of that in an /output folder)
4) I suppose that is true. I'm not one to thoroughly debug an application (unless it's for a paying client obviously) and like to somewhat more follow the mentality of "if it works then it works and if someone has a bug report I'll look into it asap".
 
  • Like
Reactions: Xenosaiga

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=gYzI76fwaM0