C Board  

Go Back   C Board > General Programming Boards > Networking/Device Communication

Reply
 
LinkBack Thread Tools Display Modes
Old 03-12-2004, 03:11 PM   #1
Registered User
 
Join Date: Nov 2001
Posts: 1,348
FTP and Ident Server :: Winsock

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
kuphryn is offline   Reply With Quote
Old 03-12-2004, 04:05 PM   #2
End Of Line
 
Hammer's Avatar
 
Join Date: Apr 2002
Posts: 6,240
try: http://www.faqs.org/rfcs/rfc931.html
__________________
When all else fails, read the instructions.
If you're posting code, use code tags: [code] /* insert code here */ [/code]
Hammer is offline   Reply With Quote
Old 03-13-2004, 08:16 PM   #3
Registered User
 
Join Date: Nov 2001
Posts: 1,348
Okay. Thanks.

Kuphryn
kuphryn is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump


All times are GMT -6. The time now is 03:58 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22