Hola,
I have code which has connection to a unix server: sample below:
UnixTelnetConnection.Login(_server, _username, _password, FCART.Properties.Settings.Default.CleartoolPrompt.ToString());
However, what needs to be different if its for linux? Does it have to be different?
Vidu