Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
Update to 804MHz and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 19, 2017
1 parent 73998e8 commit 1daf395
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 52 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -53,7 +53,7 @@ ifeq ($(TARGET),3DS)
MEMORY_TYPE := Application
SYSTEM_MODE := 64MB
SYSTEM_MODE_EXT := 124MB
CPU_SPEED := 268MHz
CPU_SPEED := 804MHz
ENABLE_L2_CACHE := true

ICON_FLAGS := --flags visible,ratingrequired,recordusage --cero 153 --esrb 153 --usk 153 --pegigen 153 --pegiptr 153 --pegibbfc 153 --cob 153 --grb 153 --cgsrr 153
Expand Down
67 changes: 16 additions & 51 deletions README.md
@@ -1,19 +1,21 @@
FTPDB
====
#FTPDB


##Features

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.

Latest Builds
##Latest Builds

-------------

CIA: [click here](https://github.com/Favna/FTPDB/releases/download/1.4/FTPDB.cia)
CIA: [click here](https://github.com/Favna/FTPDB/releases/download/1.4.1/FTPDB.cia)

3DSX: [click here](https://github.com/Favna/FTPDB/releases/download/1.4/FTPDB.zip)
3DSX: [click here](https://github.com/Favna/FTPDB/releases/download/1.4.1/FTPDB.zip)

Building
##Building
------------------

Install and set up [devkitARM and libctru](http://3dbrew.org/wiki/Setting_up_Development_Environment).
Expand All @@ -24,48 +26,11 @@ Clone this repository and cd in the resulting directory. Then run the following

This will create the `/output` folder with all required files.

Supported Commands
------------------

- ABOR
- ALLO (no-op)
- APPE
- CDUP
- CWD
- DELE
- FEAT
- HELP
- LIST
- MDTM
- MKD
- MODE (no-op)
- NLST
- NOOP
- OPTS
- PASS (no-op)
- PASV
- PORT
- PWD
- QUIT
- REST
- RETR
- RMD
- RNFR
- RNTO
- SIZE
- STAT
- STOR
- STRU (no-op)
- SYST
- TYPE (no-op)
- USER (no-op)
- XCUP
- XCWD
- XMKD
- XPWD
- XRMD

Planned Commands
----------------
##Recommended Clients

- STOU
Windows: [FileZilla](https://filezilla-project.org/download.php?type=client)
Linux: [FileZilla](https://filezilla-project.org/download.php?type=client)
MacOS: [FileZilla](https://filezilla-project.org/download.php?type=client)
iOS non jailbroken: [FTPManager](https://itunes.apple.com/us/app/ftpmanager-ftp-sftp-ftps-client/id525959186?mt=8)
iOS Jailbroken: [Filza](http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=filzafilemanagerDp)
Android: [Turbo FTP Client & SFTP Client](https://play.google.com/store/apps/details?id=turbo.client&hl=en)

0 comments on commit 1daf395

Please sign in to comment.