Log on to server

jlederer

Newcomer
Joined
Apr 6, 2004
Messages
5
Hi, I'm writing a program that logs onto various servers. The username, password and domain are entered by the user but I don't know how to write the command to log onto the server. Can anyone help.

jl
 
Arch4ngel said:
Ya... seem nice.
TcpClient could do the trick... but...
What kind of server ? HTTP, POP, SMTP, Game, FTP ? (so much more)
What is tcpclient? We have MS 2000 servers. This is where I'm totally lost!!
Any help is appreciated ..... Thanks
 
Oh....
First... To what are you trying to connect ?
And Web server ? a File server ? a Game server ?

Or... simply... A Custom server that you'll made.

Tell me what you want. Instead of giving you a general solution, I might give you a easier one that is already implemented in .NET.
 
Arch4ngel said:
Oh....
First... To what are you trying to connect ?
And Web server ? a File server ? a Game server ?

Or... simply... A Custom server that you'll made.

Tell me what you want. Instead of giving you a general solution, I might give you a easier one that is already implemented in .NET.


Hi, Sorry I'm trying to connect to File Servers.
 
Back
Top