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:31:50 UTC

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

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
            Assignee: 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.


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

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GSHELL-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon closed GSHELL-38.
------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 1.0-alpha-3)
                   1.0-alpha-2

Dropped custom remote muck in favor of using ssh.

> 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
>             Fix For: 1.0-alpha-2
>
>
> 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.


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

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GSHELL-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon updated GSHELL-38:
-------------------------------

    Fix Version/s: 1.0-alpha-2

> 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
>             Fix For: 1.0-alpha-2
>
>
> 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.


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

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GSHELL-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon updated GSHELL-38:
-------------------------------

    Fix Version/s:     (was: 1.0-alpha-2)
                   1.0-alpha-3

> 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
>             Fix For: 1.0-alpha-3
>
>
> 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.


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

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GSHELL-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon reassigned GSHELL-38:
----------------------------------

    Assignee:     (was: Jason Dillon)

> 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.