anybody knows a good one? i was using one from a project i downloaded from a place that right now i dont remember well but it had a bug... (that really sucked) and i am now looking for another *good* class for connections(server/client)..anybody has experienced something? to me the source code doesnt really matter it can be a compiled assembly if it is good and doesnt have bugs... tks anyways
well actually i got my code from that socket classes i thinl..i remember searching over some code about a irc project, maybe we talking about the same and in that case that code is bugged! anyways i am creating my own classes for that and so i am learning sockets which is very good lol
well already finished my socket client class and was testing it..and faced a problem...how do i "talk" with an ftp? i connected to port 21 and my own ip address and it connected well to my own ftp server here in my computer..i can receive what the servers says to my client but my client cant send text to it! and i dunno why..i know my app is sending the data because i've tested with another program and it really sends it but i cant understand why i cant do it with the ftp..is there anything that i should be aware of?
also if anyone wants to see the class for personal use or something u can use it although it's in C# and might (and probably has errors)