You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2007/11/08 23:33:50 UTC

[jira] Commented: (GSHELL-38) Add rfile:// remote-file support to allow rsh clients to access files from the local machine

    [ https://issues.apache.org/jira/browse/GSHELL-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541160 ] 

Jason Dillon commented on GSHELL-38:
------------------------------------

ie.

{noformat}
echo "hi" > /tmp/foo.txt
gsh rsh ssl://remote:9999
...
 GShell (1.0-alpha-1-SNAPSHOT)

Type 'help' for more information.
--------------------------------------------------------------------------------------------------------------------------------------------
jason@remote:/> cat rfile:/tmp/foo.txt
hi
jason@remote:/> exit
{noformat}

> Add rfile:// remote-file support to allow rsh clients to access files from the local machine
> --------------------------------------------------------------------------------------------
>
>                 Key: GSHELL-38
>                 URL: https://issues.apache.org/jira/browse/GSHELL-38
>             Project: GShell
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: Remote Shell, Whisper
>    Affects Versions: 1.0-alpha-1
>            Reporter: Jason Dillon
>
> Need to provide a _simple_ way for files on a local machine (one where an rsh originates from) on the remote machine (where the rshd is accepting connections).
> Probably want to implement a URLConnection handler, perhaps using VFS too, so provide even richer remote file access to commands via URLs.
> Skeleton classes for the URL muck and Whisper protocol messages are here:
>  * https://svn.apache.org/repos/asf/geronimo/gshell/trunk/gshell-whisper/src/main/java/org/apache/geronimo/gshell/whisper/rfile

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.