I'd like to see this with the ability to implement userspace sshfs export on specified directories, or at least hooks to do so. I'm trying to work on a way to remote into a machine and run tools on the remote side, but have the output redirect to the calling machine, especially in an environment where the remote machine may be gapped, but it may be necessary to export logs for further analysis. In some cases logs would need to be extracted from dbs, and in some cases the logs are in text files. Many times, the analysis cannot be done on the remote host as there isn't enough space to do so without causing problems. And sometimes there's not enough space to actually collect the logs into a bundle.

In reply to Re: What would you like to see in a Virtual Filesystem for Perl? by mwray
in thread What would you like to see in a Virtual Filesystem for Perl? by NERDVANA

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.