Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Blacklists & Whitelists
Browser Addons & Search
Browsers
Connection & FTP & SSH & Telnet
Downloaders & Trafic
E-Mail
Instant Messengers & Chats
News & RSS & Information
Phone & Mobile
SMS & MMS & EMS
Social Networks & Blogs
VoIP
Webcams
WiFi & Bluetooth & IrDA
More
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


 
 
DSFTP




DSFTP
Version: 2.0

Platforms: Mobile Gaming, NDS


Categories: Internet & Communications

Upload date: 20 Jan 12

Developer:

License: Freeware

Downloads: 15

File Size: 1169 Kb
Download Free DSFTP 



Rating: 0.0/5 (Total votes: 0)




  DSFTP
Bjoern Giesler has released a new version of his homebrew FTP application for the DS today, updating it to version 2.0. DSFTP is a fully-fledged FTP server, with the additional ability to boot .nds files directly from the FTP prompt, although currently it has only tested on SuperCard CF and DS. DSFTP is a fully-featured stand-alone program that you can use to run a FTP server on your DS, and also has a software component that makes it easy for you to add an FTP server to your own program using just a few lines of DSFTP code.
DSFTP v2.0
Here's the v2.0 changelog:

* Active mode supported! No more passive-mode only!
* "hostname" setting now called "masquerade" for clarification
* Log output scrollable via D-Pad
* L+R+A creates screenshot (PPM format)
* Reference documentation for developers
* More bugfixes

The download contains the following:

1. the stand-alone DSFTP program in both .ds.gba and .nds formats
2. the libDSFTP library and headers to integrate an FTP server into your own program
3. full user and developer documentation
4. full source code for the stand-alone DSFTP program, supplied as an example of how to use the library

Yes, the documentation and the source code is in the download for those of you who want more details.

Examples
To make it even easier for you, Bjoern also gave some examples of how DSFTP works. To use DSFTP as a stand-alone server, a configuration file must be created at /data/settings/ftp.conf. Here is an example config file:

# Message of the day, displayed on connect
motd /ftp/motd.txt
# Where to store the log file
logfile /data/logs/ftp.log
# Log up to which level? (0-5)
loglevel 4

# Activate screensaver after 30 seconds
screensaver 30
# Wake screensaver up upon log message
wakeonlog false

# Define a new user: password, root/home, whether writing and booting is allowed
user bjoern
pass whatever
root /
home /
write true
boot true
end user

user anonymous
root /ftp/anonymous
write false
end user

Once the config file exists, DSFTP can be started. You can connect to your DS with FireFTP, Internet Explorer, command-line FTP. Using DSFTP in your own software is also just as simple (well, "simple" if you understand it).

void mainloop(void)
{
BFTPServer server;

// if you want to use a config file...
BFTPConfigurator configurator(&server);
configurator.configureFromFile("/data/settings/ftp.conf");

// or if you want to add users by hand...
server.addUser("myusername", "mypassword");

while(true)
{
// your own mainloop stuff
// ...
server.handle();
swiWaitForVBlank();
}
}
 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 
Similar Software:

DSFTPDSFTP
DSFTP Bjoern Giesler released DSFTP v2.1, the latest update for his homebrew app. DSFTP v2.1 is a stand-alone program that you can use to run a FTP server on your DS. It also comes with a software component that makes it easy to add an FTP server to your own program with a couple lines of code
DSFTP 1.8 for DSDSFTP 1.8 for DS
DSFTP 1.8 for DS DSFTP 1.6, was an FTP server for the Nintendo DS. This version is a whole new package that allows more flexible use. It's still a stand-alone FTP server (like the DSFTP 1.6), but it also has a software component called libDSFTP that you link to your own code (if you have one) that allows you to run an FTP server from your own program (if you have one)
DSFTPDSFTP
DSFTP UPDATE: Version 2.2 is buggy. Pls. use DSFTP v2.21. Wi-Fi allocation bug is fixed. ** These devs sure update their creations fast! A few days after coming up with the DSFTP v2.1, DS homebrew developer Bjoern Giesler is now parading the DSFTP v2.2
Lilou BoxLilou Box
Lilou Box Lilou box is a complete communication box for your DS. It allows you to transfer files with different protocols : FTP and HTTP. It allows you to download or upload files on your private network or on Internet.Lilou HTTP allows you to explore files over internet (similar to your file explorer on your PC)
DSTELNET AlphaDSTELNET Alpha
DSTELNET Alpha A new version of DSTELNET was released by brew developer ILOVEPIE, upping it to v2.0. From the dev notes: this version can connect to a telnet server of your choice:make a text file at:/DSTELNET/config.cfgwith the URL or IP of the telnet server you wish to connect to..
DSFTPDSFTP
DSFTP Bjorn Giesler has released his proof-of-concept FTP server for the NDS which makes it easy to upload and run NDS programs from a host computer. DSFTP v1.0 has the followiing features: * Full-fledged FTP server, configurable by settings file * Additional BOOT command (works only on Supercard CF) * Ability to boot
DSFTP 2.6DSFTP 2.6
DSFTP
DSFTP 1.9 for NDSDSFTP 1.9 for NDS
DSFTP 1.9 for NDS DSFTP is a homebrew project by Bjoern Giesler. It started out as an FTP server for the Nintendo DS.Recently, DSFTP 1.8 came out and it was a stand-alone FTP server (like the DSFTP 1.6) that also had a software component called libDSFTP. Now Bjoern Giesler has released an update with DSFTP 1.9
DSFTPDSFTP
DSFTP DSFTP is a homebrew project by Bjoern Geisler. It's an FTP server for the Nintendo DS, and he describes it as "a full-fledged FTP server, with the additional ability to boot .nds files directly from the FTP prompt (currently only tested on SuperCard CF)
DSFTPDSFTP
DSFTP Bjoern Giesler has just released a new version of DSFTP. As you can gather from the name, this homebrew app acts as a full-fledged stand-alone FTP server for your Nintendo DS. It also has the ability to boot .nds files directly from the FTP prompt. This feature has only been tested on SuperCard CF and SD, but the developer says that it should work on most
 

Comments on DSFTP:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Please, select device to check if DSFTP supports it
 
 
© Pantich 2009 - 2025 All rights reserved.