Link to home
Start Free TrialLog in
Avatar of joe_suganth
joe_suganthFlag for India

asked on

What are the possible ways to access data(text) from unix system through .NET ?

We are trying to access data from unix system.We wish to know what are the option available to get data from unix system other than Screen Scrapping.
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

To get it directly from a file on the Unix system, you need to be able to login to that system and have permissions to access the file.  To get it indirectly, you would have to have a program on that system that you could request the file from like FTP or a web page that has access to the files.
Avatar of joe_suganth

ASKER

Thanks for the reply.My requirement is .....now we are using screen scrapping technique in a .net windows forms application (using rumba unix display, a third party dll) to interact with the unix box and we are getting data.Now we wish to change our method of accessing unix box data.Is there any other possibility to get data to the .NET environment other than screen scrapping?
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial