FTP server into 7050: possible?

zooster

Mitglied
Mitglied seit
4 Jan 2006
Beiträge
218
Punkte für Reaktionen
0
Punkte
0
I'd like to have a very small ftp server, accessible only by lan, into my 7050 just to upload some tiny file I'd need there.
Is it possible?
 
Yes it is possible. Search for bftpd in this forum.
 
Can you give me some more info? I don't understand german, thanks.
 
Thanks, but I can't make it work... I downloaded the file into the box:
# cd /var/tmp
# wget http://xxxxxxxx.xxx/bftpd.tar
bftpd.tar 100% |*****************************| 68
# tar xf bftpd.tar
# ./bftpd -d -c /var/tmp/bftpd.conf
Then I tried to logon anonymous by an ftp client and I got:
[16:50:06] Connecting to 10.0.0.139 Port: 21
[16:50:06] Connected to 10.0.0.139.
[16:50:06] 220 bftpd 1.0.24 at 10.0.0.139 ready.
[16:50:06] USER 0
[16:50:07] 331 Password please.
[16:50:07] PASS (hidden)
[16:50:07] 421 Login incorrect.
What am I mistaking?
 
Some help plz?
 
What does your bftpd.conf look like? Maybe anonymous login is disabled.
 
I've taken a look at the conf inside the tar and it says:
global {
DENY_LOGIN="no"
PORT="21"
PASSIVE_PORTS="0"
DATAPORT20="no"
ADMIN_PASS="x"
PATH_BFTPDUTMP="/var/tmp/bftpdutmp"
XFER_BUFSIZE="2048"
ALLOW_FXP="no"
CONTROL_TIMEOUT="300"
DATA_TIMEOUT="30"
RATIO="none"
ROOTDIR="%h"
UMASK="022"
LOGFILE="/var/log/bftpd.log"
HELLO_STRING="bftpd %v at %i ready."
AUTO_CHDIR="/var/tmp/"
AUTH="PASSWD"
RESOLVE_CLIENT_IP="no"
MOTD_GLOBAL="/etc/ftpmotd"
MOTD_USER="/.ftpmotd"
RESOLVE_UIDS="yes"
DO_CHROOT="yes"
LOG_WTMP="yes"
BIND_TO_ADDR="any"
PATH_FTPUSERS="/etc/ftpusers"
AUTH_ETCSHELLS="no"
ALLOWCOMMAND_DELE="yes"
ALLOWCOMMAND_STOR="yes"
ALLOWCOMMAND_SITE="yes"
HIDE_GROUP=""
QUIT_MSG="See you later..."
USERLIMIT_GLOBAL="0"
USERLIMIT_SINGLEUSER="0"

}
user ftp {
ANONYMOUS_USER="yes"
}
user anonymous {
ALIAS="ftp"
}
What's the problem? And why after a reboot the server is not up anymore? Everytime the box reboots I have to download the tar from internet, isn't there a way to install it once for all??
 
Kostenlos!

Statistik des Forums

Themen
248,904
Beiträge
2,304,611
Mitglieder
378,606
Neuestes Mitglied
molto22