server logon

  • Thread starter Thread starter maximilian
  • Start date Start date
M

maximilian

How can i connect to a server ?

like Connect(ServerName, Password, ....)
 
What kind of server? Through what type of authentication? For what purpose?
Help us help you by giving actual details in your questions.

-Chris
 
It's a windows 2003 server and the purpose is to get access for a file
transfer in a directory
 
You'll need to P/Invoke into CeCredWrite followed by
AcquireCredentialsHandle

I've got a sample in C...
 
thank you chris

in the cf you think there's no class i can use ?
if not please show me the c sample ...you' ve got
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top