akissu / ftpc-nx

NX FTP Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ftpc WIP

FTP Client for Switch

Code resused from:

Features

  • Authentication (hardcoded for now)

Build and install

You must set up the development environment.

NRO

The following pacman packages are required to build nro:

devkitA64
libnx
switch-tools

They are available as part of the switch-dev meta-package.

Build nro:

make nro

Supported Commands

  • CDUP
  • CWD
  • HELP
  • LIST
  • NLST
  • GET

TODO

  • Remove mtheall/ftpd code
  • Resolve/debug workarounds for mkulke/ftplibpp issues
  • Add mkulke/ftplibpp or a fork of as a submodule

About

NX FTP Client

License:The Unlicense


Languages

Language:C++ 98.9%Language:C 0.8%Language:Makefile 0.3%