Re: Shelless SSH - WeOnlyDo Discussion board

Re: Shelless SSH (General questions)

by wodDamir, Wednesday, July 08, 2009, 13:37 (5616 days ago) @ schenkp

Peter,

Receive method returns a String value. This means that you can simply do something like this:

[code]String result = ssh1.Receive();
System.IO.File.CreateAllText( C:file.txt , result);
[/code]

Can you try that?

Regards,
Damba


Complete thread: