Click to See Complete Forum and Search --> : FTP and Ident Server :: Winsock


kuphryn
03-12-2004, 05:19 PM
Hello.

I am developing an FTP client. Some FTP servers request an identity server. I am not familiar with an Identity Server protocol.

Please post any information or link. Basically I need to know the protocol from beginning to end.

- connect to FTP server
- server wait for Identity response
...
// now what?
...
...

If I am not mistaken, the FTP client needs to create a socket, bind it to the identity port set by the user, and listen for an identity request from the FTP server.

Thanks,

Kuphryn

bwkaz
03-12-2004, 08:18 PM
I'm sure there's an RFC on the protocol. Try searching for ident at www.faqs.org

Specifically, RFC 1413.

But, Winsock? Eh?

kuphryn
03-12-2004, 10:51 PM
Okay. Thanks.

Kuphryn