Thread: FTP server

  1. #16
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    OK, fair enough...
    But you still haven't said what's actually wrong?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  2. #17
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    Like my new avatar? What's wrong is no clients can connect unless it's from the client comp

  3. #18
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Have you tried running a sniffer on the client and the server to see what's going on under the hood?

    Also, have the client PC use the windows (I assume you're using windows) telnet client to connect to your server (just set the destination port accordingly on the connect dialog box). This will hopefully help you see if it's a client or server problem. Of course, if it is a router problem, it'll be harder to track.

    Also, what port are you using? I assume you don't want to say, so just make sure it's >1024. Alternatively, use the default (21) to start with, until you get it working, then change to another port later on.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  4. #19
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    Yay, someone visited my page, I'm assmuming it's you. The client is using windows. My FTP software tells me when someone is trying to get in.

  5. #20
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    well all the admins here can easily get your IP.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. file download through ftp using C under Unix
    By Mohit_t in forum C Programming
    Replies: 3
    Last Post: 06-12-2008, 02:00 PM
  2. FTP and Ident Server :: Winsock
    By kuphryn in forum Networking/Device Communication
    Replies: 2
    Last Post: 03-13-2004, 08:16 PM
  3. Visual Studio and FTP Server...
    By Grayson_Peddie in forum Networking/Device Communication
    Replies: 0
    Last Post: 09-03-2003, 12:31 PM
  4. FTP Server :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 10-03-2002, 07:14 PM
  5. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM