jakibaki / sys-ftpd

Ftpd as a Nintendo Switch sysmodule
GNU General Public License v3.0
126 stars 43 forks source link

Ability to decide what port the service listens on #5

Closed fennectech closed 5 years ago

fennectech commented 6 years ago

I would like tobe able to have ftpd listen on port 21 This alolng with the other options should be specifiable by a config file.

Zedjones commented 6 years ago

Would an ini file work for this? I could probably whip something up. I'd also recommend looking into inih, I'm currently using it for ini parsing and it works really well.

friedkeenan commented 6 years ago

libconfig might be good for this, since it has devkitpro support

fennectech commented 6 years ago

THat would also allow adding the user/pass. As those can just be passed to variables

fennectech commented 6 years ago

I have not managed to compile the service to listen on port 21 tho. I can set it to but it doesn’t actually listen.

KranKRival commented 5 years ago

this issue have been delt with and i added full config support implaminattion user , password , anonymous , port latest commit is on my git hub with port configuration support aswell , until its get merged to main repo this issue can be clossed now i gues xD!