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
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:

Wii Web Server alphaWii Web Server alpha
Cboomf and Felix123 released the first version of Wii Web Server sometime ago
WiiTCPLoadWiiTCPLoad
WiiTCPLoader is a simple utility that I got involved in, so If you have the Homebrew Channel or TCP Loader on your Wii console, with this tool you can send executable files (elf/dol or other) over tcp/ip protocol, and execute them
Linux USB Logger 0.6 Update 2 - 64 bitLinux USB Logger 0.6 Update 2 - 64 bit
Linux USB Logger 0.6 Update 2 - 64 bit  #UPDATE2: ---------------------------------- Changelog 0.6: - view log option - library dependencies check - 32Bit version added ---------------------------------- As I didn't found a good Linux USB logger I coded a very very simple one myself. It logs the USB traffic of every port
Wii Web ServerWii Web Server
A web server running on WiiChangelog;Added option to have pages in /www directory to be compatible with Wiihttpd(default uses /data/web)Added option to change port number to run on (Default : 80)
Pimpy InstallerPimpy Installer
Pimpy Installer So much has been happening with PiMPStreamer, the mod for Jonny's PMPMod, this month. First DickyDick1969 released v0.6 of the app that allows PMP Mod users to perform wireless streaming of videos to the PSP. Then seven days later, he made a small update with v0.61 to ensure that videos has a better sync to audio
PiMPStreamer DLNA for PlayStation 3PiMPStreamer DLNA for PlayStation 3
PiMPStreamer DLNA for PlayStation 3  Homebrew developer DickyDick1969, it seems, is really back in the scene. After releasing the initial build for PiMPStreamer DLNA for the PlayStation 3, the coder came out today with a new update bumping the program up to version 1.1
Wii Web Server alphaWii Web Server alpha
Wii Web Server alpha Using the Nintendo Wii as your personal web server is definitely an interesting way to stretch the console's functionality. Developers Cboomf and Felix123 recently rolled out the latest build to the homebrew server application, bumping up the app to alpha version 0.76
PSP HTTPDPSP HTTPD
PSP HTTPD PSP-HTTPD is an extremely portable web server that runs off just your PSP's Wi-Fi capabilities, in Infrastructure mode. When you start it up, it will connect to the Wi-Fi router and then your PSP will be accessible by any other Internet-capable device on your network
FTPiiFTPii
FTPii Here's an update on a very useful Wiibrew: FTPii from developer joedj. Unless you missed its first release, FTPii is a web server for the Wii, its most practical use is giving your console the ability to transfer files to and from your PC without having to eject your SD card. Now on version 0.0.6, this build fixes on a number of bugs from previous versions
Alexander Mods Continue With OpenPS3FTPAlexander Mods Continue With OpenPS3FTP
Alexander Mods Continue With OpenPS3FTP Alexander continues to leave his mark on the PS3 scene with this latest mod to PS3FTP. Includes 4.46 support and speed increases! OpenPS3FTP is an open source work by jjolano that has yet to receive an update to accommodate for some of the latest custom firmwares
 

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.