Hi,
I need to make C# windows application which should send/receive some text files to/from
computer with linux OS (and overwrite existing file). In addition it would be nice if it is possible directly edit some files. Location on both computers are known. I need some advices how to implement this solution... Should I use telnet , ftp or something else... ???
Code samples would be helpful..
Thank you
I need to make C# windows application which should send/receive some text files to/from
computer with linux OS (and overwrite existing file). In addition it would be nice if it is possible directly edit some files. Location on both computers are known. I need some advices how to implement this solution... Should I use telnet , ftp or something else... ???
Code samples would be helpful..
Thank you