Results 1 to 9 of 9

Thread: TCP File through port 21?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Question TCP File through port 21?

    Hi,

    Is there any way to setup a tcp server on port 21 for a computer that is behind a router and still connect to it? Or will it still be blocked?

    How about this http tunneling I've read some about. How does that work? Do you use port 80 and fool the router to think its a web page coming back?

    Is there any way to get around the router problems ever? Any tricks?

    I know, I ask what everyone else does for - the impossible!

    Thanks!

  2. #2
    Junior Member
    Join Date
    May 2008
    Location
    Texas
    Posts
    21

    Re: TCP File through port 21?

    Not sure but i think you can open the port manually.

  3. #3
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: TCP File through port 21?

    Most ISPs do not block port 21 so you can open up that port on your router. (Its called port forwarding)
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Re: TCP File through port 21?

    Thanks, I know all about port forwarding but users of software I write will not. Just trying to find any way around it still for tcp connections between two users directly instead of going through a main server.

  5. #5
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: TCP File through port 21?

    Nope, you have to port forward or use a server that is outside both networks (ie a relay server). You can try UPnP, but that's a gamble too because not all routers support it. You can do what all the other corporations do, pay to port forward for them.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  6. #6
    Lively Member
    Join Date
    Feb 2008
    Posts
    87

    Re: TCP File through port 21?

    If u are thinking about connecting to another computer behind a router u can use client/server app. with reverse connection

  7. #7
    Hyperactive Member
    Join Date
    May 2007
    Posts
    279

    Re: TCP File through port 21?

    I am sure port 21 is FTP Not absoltely sure though..

    And yes, tunelling is used in p2p clients aswell where everyone is behind a router, you must send a packet and expect a reply to initiate a transfer.
    Last edited by samtheman; May 14th, 2008 at 09:43 AM.

  8. #8
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: TCP File through port 21?

    TCP Port 21 is FTP Control. Well Known Ports

    Not a good choice. Read up on P2P

    P2P
    Last edited by dbasnett; May 13th, 2008 at 03:56 PM.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  9. #9
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: TCP File through port 21?

    And the P2P should lead you to what the real issue is,

    NAT Traversal
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

Posting Permissions

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



Click Here to Expand Forum to Full Width