Re: FTP data connection
From: those who know me have no need of my name (not-a-real-address_at_usa.net)
Date: 04/28/04
- Next message: rubylips: "How to log C system calls"
- Previous message: Chuck Dillon: "Re: Help: raising x-window on top of a display through HPUX shell command?"
- In reply to: Christian: "FTP data connection"
- Next in thread: Christian: "Re: FTP data connection"
- Reply: Christian: "Re: FTP data connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Apr 2004 19:17:48 GMT
in comp.unix.programmer i read:
>When ftp'ing to a host, in active mode, the FTP server then connects back to
>the client using the TCP port 20 to send the data, no matter how many
>connections are opened. Each one sees data coming from port 20.
>
>How is it performed programmatically ? I'm writing a FTP server, and i can't
>figure out how to connect to the client, given the port it sent me, using
>always the same port.
call bind before connect.
-- a signature
- Next message: rubylips: "How to log C system calls"
- Previous message: Chuck Dillon: "Re: Help: raising x-window on top of a display through HPUX shell command?"
- In reply to: Christian: "FTP data connection"
- Next in thread: Christian: "Re: FTP data connection"
- Reply: Christian: "Re: FTP data connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|