Results 1 to 4 of 4

Thread: Control external FTP users ?

  1. #1

    Control external FTP users ?

    I'm running the WL500W as FTP-server (external HDD) which can be reached from the internet.
    Does anybody know how you can see that somebody is connected to the HDD ?

  2. #2
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by Miata View Post
    I'm running the WL500W as FTP-server (external HDD) which can be reached from the internet.
    Does anybody know how you can see that somebody is connected to the HDD ?
    When you're on oleg/ddwrt/openwrt/tomato firmware you could execute the command:
    netstat -an | grep ESTABLISHED
    it will return the active alive connections of any kind to your router

    if you're on the original firmware, I guess you can't see any more than the logs of someone logging in.

  3. #3
    Thx for your reply.
    I'm running the original firmware and logging does not even show that somebody logged in
    It seems Oleg did a better job.

  4. #4
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by Miata View Post
    Thx for your reply.
    I'm running the original firmware and logging does not even show that somebody logged in
    It seems Oleg did a better job.
    no logging at all?
    you could also try to do that command via the web interface of the original firmware: http://ip-of-your-router/Main_AdmStatus_Content.asp
    it gives you a console where you can execute the code

    when someone is logged in you will see something like:
    Code:
    tcp      469      0 192.168.1.1:21        192.168.1.30:53489     ESTABLISHED
    everywhere it says something like "192.168.1.1:21" it's an ftp connection (port 21)

Similar Threads

  1. FTP сервер.
    By gish in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 171
    Last Post: 26-04-2011, 17:46
  2. Using External Disk Drive as FTP
    By strummerken in forum WL-500g Custom Development
    Replies: 0
    Last Post: 21-04-2007, 09:28
  3. Allow users FTP access but not SSH login
    By jonolumb in forum WL-500g Q&A
    Replies: 0
    Last Post: 20-12-2005, 20:09

Posting Permissions

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