Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
GeneralResponseXML doesn't get it! Pin
Ed K21-Oct-02 10:54
Ed K21-Oct-02 10:54 
GeneralRe: ResponseXML doesn't get it! Pin
Stephane Rodriguez.22-Oct-02 1:52
Stephane Rodriguez.22-Oct-02 1:52 
GeneralProgrammer boards links Pin
gicio21-Oct-02 9:10
gicio21-Oct-02 9:10 
GeneralRe: Programmer boards links Pin
Daniel Turini21-Oct-02 13:55
Daniel Turini21-Oct-02 13:55 
GeneralRe: Programmer boards links Pin
gicio22-Oct-02 1:28
gicio22-Oct-02 1:28 
QuestionConnecting to a FTP with C#??? Pin
gicio21-Oct-02 8:38
gicio21-Oct-02 8:38 
AnswerRe: Connecting to a FTP with C#??? Pin
David Stone21-Oct-02 8:46
sitebuilderDavid Stone21-Oct-02 8:46 
GeneralRe: Connecting to a FTP with C#??? Pin
Jon Rista23-Oct-02 18:14
Jon Rista23-Oct-02 18:14 
Just for reference, FTP is an application level protocol. It follows a fairly well-defined set of rules, and is text-based. It runs above TCP/IP services and sockets, and there are a thousand and more ways to implement it. If you are interested in writing your own FTP control, there are some resources you could check out. Hope they help (anyone) interested in writing an FTP control, server, or client.

First, a GREAT resource: http://www.faqs.org/rfcs/rfc-activeT.html

Second, some FTP RFC's:

File Transfer Protocol (the standard)
-> http://www.faqs.org/rfcs/rfc959.html

The File Transfer Protocol (older revisions, still useful)
-> http://www.faqs.org/rfcs/rfc172.html
-> http://www.faqs.org/rfcs/rfc265.html
-> http://www.faqs.org/rfcs/rfc354.html
-> http://www.faqs.org/rfcs/rfc542.html

Internationalization of FTP
-> http://www.faqs.org/rfcs/rfc2640.html

PKI (Public Key Infrastructure) with FTP
-> http://www.faqs.org/rfcs/rfc2585.html

PASV - Passive mode FTP to enable firewall-friendly FTP
-> http://www.faqs.org/rfcs/rfc1579.html

Using FTP (good for making sure your user complient. Wink | ;) )
-> http://www.faqs.org/rfcs/rfc1635.html

TFTP (Trivial FTP) stuff
-> http://www.faqs.org/rfcs/rfc2349.html
-> http://www.faqs.org/rfcs/rfc2348.html
-> http://www.faqs.org/rfcs/rfc2347.html
-> http://www.faqs.org/rfcs/rfc2090.html
-> http://www.faqs.org/rfcs/rfc1350.html (the spec itself)








Questiona service? Pin
imran_rafique20-Oct-02 16:08
imran_rafique20-Oct-02 16:08 
AnswerRe: a service? Pin
Stephane Rodriguez.20-Oct-02 23:46
Stephane Rodriguez.20-Oct-02 23:46 
GeneralRe: a service? Pin
imran_rafique21-Oct-02 14:38
imran_rafique21-Oct-02 14:38 
GeneralRe: a service? Pin
imran_rafique21-Oct-02 15:20
imran_rafique21-Oct-02 15:20 
GeneralRe: a service? Pin
Stephane Rodriguez.22-Oct-02 1:51
Stephane Rodriguez.22-Oct-02 1:51 
GeneralRe: a service? Pin
imran_rafique22-Oct-02 15:21
imran_rafique22-Oct-02 15:21 
GeneralRe: a service? Pin
Stephane Rodriguez.22-Oct-02 18:57
Stephane Rodriguez.22-Oct-02 18:57 
GeneralRe: a service? Pin
imran_rafique23-Oct-02 16:07
imran_rafique23-Oct-02 16:07 
GeneralRe: a service? Pin
Stephane Rodriguez.23-Oct-02 20:11
Stephane Rodriguez.23-Oct-02 20:11 
GeneralRe: a service? Pin
imran_rafique24-Oct-02 15:38
imran_rafique24-Oct-02 15:38 
GeneralRe: a service? Pin
Stephane Rodriguez.24-Oct-02 19:34
Stephane Rodriguez.24-Oct-02 19:34 
GeneralC# interop with COM Pin
kozureokami20-Oct-02 13:59
susskozureokami20-Oct-02 13:59 
GeneralRe: C# interop with COM Pin
leppie20-Oct-02 14:01
leppie20-Oct-02 14:01 
GeneralRe: C# interop with COM Pin
kozureokami20-Oct-02 14:06
susskozureokami20-Oct-02 14:06 
GeneralRe: C# interop with COM Pin
leppie20-Oct-02 14:27
leppie20-Oct-02 14:27 
GeneralRe: C# interop with COM Pin
kozureokami20-Oct-02 14:58
susskozureokami20-Oct-02 14:58 
GeneralRe: C# interop with COM Pin
Nish Nishant20-Oct-02 15:28
sitebuilderNish Nishant20-Oct-02 15:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.