Skip to content

Re-work of sys-ftpd-light to grant access to BCAT data

License

Notifications You must be signed in to change notification settings

citrusbolt/bcat-ftpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcat-ftpd

Grants access to BCAT data of a specified program over FTP.

sync.sh is provided to monitor data and archive any changes. This script uses discord.sh to send update alerts.


Config Example (Located on your sd in sdmc:/config/bcat-ftpd/config.ini):

[TitleID]
titleid:=0x01008DB008C2C000

# titleid:=0x01008DB008C2C000 -> Title ID of the program whose BCAT data you want to access.  Default is Pokémon Shield

[User]
user:=bcat

# user:=bcat -> Login username

[Password]
password:=wonder

# password:=wonder -> Login password

[Port]
port:=6000

# port:=6000 -> opens the server on port 6000 (using the console's IP address).

[Anonymous]
anonymous:=0

# anonymous:=1 -> Allows logging into the ftpd server without username or password.
# anonymous:=0 -> Only allows logging into the ftpd server with the correct username and password. user and password (in fields above) must be set.

About

Re-work of sys-ftpd-light to grant access to BCAT data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.7%
  • C++ 5.4%
  • Makefile 3.2%
  • Shell 1.7%