Results 1 to 7 of 7

Thread: stupid-ftpd problem

  1. #1

    stupid-ftpd problem

    hi!

    The stupid-ftpd don't work since I upgrade my router with 1.9.2.7-10 Oleg firmware.
    my stupid-ftpd conf file (/opt/etc/stupid-ftpd.conf) :
    Code:
    mode=daemon
    serverroot=/opt/etc/samba/Share
    changeroottype=virtual
    motd=/opt/etc/stupid-ftpd.motd
    byemsg=/opt/etc/stupid-ftpd.bye
    banmsg=Hozzáférés tiltva
    log=/tmp/stupid-ftpd.log
    port=21
    maxusers=4
    login-timeout=240
    timeout=360
    # Format: user=<login> <passwd> <subdir> <maxlogins> <flags>
    # <flags> D - download
    # U - upload + making directories
    # O - overwrite existing files
    # M - allows multiple logins
    # E - allows erase operations
    # A - allows EVERYTHING(!)
    #
    # SEE: ATTENTION remark on the top of this file !!!
    user=admin passw /ftp_priv/admin 2 A
    my starting script (/opt/etc/init.d/S92sftp):
    Code:
    #!/bin/sh
    
    start() {
    echo "Starting stupid-ftpd..."
    /usr/sbin/stupid-ftpd -f /opt/etc/stupid-ftpd.conf
    echo "done"
    }
    
    stop() {
    echo "Shutting down stupid-ftpd..."
    killall stupid-ftpd
    echo "done"
    }
    
    case "$1" in
    start)
    start
    ;;
    stop)
    stop
    ;;
    restart)
    stop
    sleep 1
    start
    ;;
    *)
    echo "Usage: $0 (start|stop|restart)"
    exit 1
    ;;
    esac
    The score is the follow:
    Code:
    [admin@WL-001BFC57B61D root]$ /opt/etc/init.d/S92sftp start
    Starting stupid-ftpd...
    /opt/etc/init.d/S92sftp: /opt/etc/init.d/S92sftp: 31: /usr/sbin/stupid-ftpd: not found
    done
    what is the problem?

  2. #2
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    did you accidently leave the ftp server on the webinterface on?

  3. #3
    Join Date
    Nov 2007
    Location
    EU's border...
    Posts
    71
    The problem is this:
    /usr/sbin/stupid-ftpd: not found
    Show us an:
    ls -la /usr/sbin/stupid-ftpd

  4. #4
    Quote Originally Posted by Serpent View Post
    The problem is this:
    /usr/sbin/stupid-ftpd: not found
    Show us an:
    ls -la /usr/sbin/stupid-ftpd
    Code:
    [admin@WL-001BFC57B61D root]$ ls -la /usr/sbin/stupid-ftpd
    ls: /usr/sbin/stupid-ftpd: No such file or directory

  5. #5
    Quote Originally Posted by wpte View Post
    did you accidently leave the ftp server on the webinterface on?
    no!
    "ftp server enable: no"

  6. #6
    Since 1.9.2.7-9 stupid-ftp is replaced by vsftp

  7. #7
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by DrChair View Post
    Since 1.9.2.7-9 stupid-ftp is replaced by vsftp
    and I tought it was an ipkg install...
    anyway, better enable the ftp server then

Similar Threads

  1. Multicast problem
    By luon in forum WL-500w Q&A
    Replies: 4
    Last Post: 03-07-2008, 12:26
  2. Asus + Zadacom default gateway problem
    By Anttu in forum WL-500gP Q&A
    Replies: 5
    Last Post: 29-02-2008, 06:35
  3. FTP problem with user-access
    By Ashutor in forum WL-700g Q&A
    Replies: 3
    Last Post: 04-02-2008, 19:50
  4. WL-500gP and Asus support experience
    By Blezi in forum WL-500gP Q&A
    Replies: 6
    Last Post: 03-12-2006, 12:59
  5. WL500g stupid problem :(
    By nrdl in forum WL-500g Q&A
    Replies: 12
    Last Post: 30-05-2006, 12:28

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •