Skip to content
Prev 43027 / 398506 Next

remote data I/O

I solved my problem this way (if somebody is interested):

pipe("ssh hostname 'cat path/filename'"))

I guess I could even use gzip instead of cat or the ssh option -C to compress
the data that has to be transferred.

R rocks!

Giampiero
On Wed, 21 Jan 2004, Giampiero Salvi wrote: