• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

DSFTP 2.0

Started by kompact, September 07, 2006, 01:58:18 AM

Previous topic - Next topic

kompact

Does anyone here use this litle app? I want to use it so I can transfer files to my DS without having to use my card reader all the time. If you are familir with it I would appreciate some help in getting it setup and going.

I am looking at the documentation here but don't fully understand how to setup the configuration file.

You are supposed to create a text file called "ftp.conf" and fill in the following info:

motd /ftp/motd.txt
 logfile /data/logs/ftp.log
 loglevel 4
 hostname whatever.biz
 timeout 60
 portrangestart 9000
 portrangeend 9999

 screensaver 30
 wakeonlog false

 user bjoern
   pass whatever
   root /
   home /
   write true
   boot true
 end user

 user anonymous
   root /ftp/anonymous
   write false
 end user


In particular, I don't know what values to put in for:

loglevel 4
 hostname whatever.biz
 timeout 60
 portrangestart 9000
 portrangeend 9999


Is the hostname the IP of my DS? If so how do I get it? I also asume that the port range is whatever port I choose and have opened in my router?

Thanks = ]
size=9]White NDSL / Flashme v7[/size]
R4 / SCMiniSD

rorix_bladewing5

I just left those as it is.