[jira] Commented: (VFS-94) Provide support for the FISH protocol

2006-10-09 Thread Elifarley Callado Coelho (JIRA)
[ http://issues.apache.org/jira/browse/VFS-94?page=comments#action_12440947 
] 

Elifarley Callado Coelho commented on VFS-94:
-

No, I don't really need this protocol...
Ok, let's focus on other stuff ;-)

 Provide support for the FISH protocol
 -

 Key: VFS-94
 URL: http://issues.apache.org/jira/browse/VFS-94
 Project: Commons VFS
  Issue Type: New Feature
Reporter: Elifarley Callado Coelho

 The FISH protocol comes handy when you need to transfer files from a remote 
 computer, but all you have at your disposal is SSH access.
 See http://en.wikipedia.org/wiki/Files_transferrer_over_shell_protocol

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (VFS-94) Provide support for the FISH protocol

2006-10-06 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-94?page=comments#action_12440459 
] 

Mario Ivankovits commented on VFS-94:
-

... but all you have at your disposal is SSH access.

What do you mean with *BUT*?
I dont know if you know, but we use sftp, which also requires nothing more 
than a working ssh daemon on the server side, no special additional protocol. 
So from this point of view sftp is the same as FISH.
The sftp daemon simply uses the ssh connection. Its a service within the same 
ssh connection. From my point of view this is the same as with FISH, just that 
ssh/sftp is a public accepted standard.

FISH would work with rsh too, but rsh is ancient stuff, no?

However, the aim of VFS is NOT to implement any protocol, just to use already 
existing *external* libraries and provide a single api for them.

Do you know a already working java library for FISH?
Do you have any need for FISH?

 Provide support for the FISH protocol
 -

 Key: VFS-94
 URL: http://issues.apache.org/jira/browse/VFS-94
 Project: Commons VFS
  Issue Type: New Feature
Reporter: Elifarley Callado Coelho

 The FISH protocol comes handy when you need to transfer files from a remote 
 computer, but all you have at your disposal is SSH access.
 See http://en.wikipedia.org/wiki/Files_transferrer_over_shell_protocol

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]