<div dir="ltr"><div dir="ltr">On Wed, May 22, 2019 at 10:03 AM oliver <<a href="mailto:oliver@klingt.org">oliver@klingt.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
>><br>
>> WINDOWS: [system] (in the "motex" library)<br>
>> LINUX & OSX: [shell] (in the "ggee" library)<br>
<br>
> <br>
> Yes, you can, but it is not portable (as it requires different<br>
> solutions depending on platform) and requires additional filesystem<br>
> interactions. Using [shell] (or [system] for that matter) has all kinds<br>
> of side effects, like [shell] searches scripts relative to Pd start<br>
> location instead of relative to Pd patch. I wouldn't recommend using<br>
> those<br>
<br>
you are right, it's more like a workaround/hack in case nothing else <br>
works. and it involves some tweaking, that's true.<br>
<br>
for the purpose of http-downloading, one would also need a 3rd party <br>
commandline program like "wget" (at least for windows, as it's not native).<br>
<br></blockquote><div><br></div><div>I was looking into making a [httpsget]  external but the whole TLS thing seems very difficult.</div><div>For my purposes on linux I use [shell] with wget to save the data to a file, then open it with [binfile].</div><div>I was wondering if there is some cross-platform library to do the ssh, as I'm sure implementing it from scratch would take forever and be very error-prone. Not to mention doing it using vanilla objects....</div><div><br></div><div>Martin</div><div><br></div><div><br></div></div></div>