[jira] Commented: (SSHD-107) Extend SshFile etc views to scp command

2011-03-03 Thread Frank van der Kleij (JIRA)

[ 
https://issues.apache.org/jira/browse/SSHD-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13002224#comment-13002224
 ] 

Frank van der Kleij commented on SSHD-107:
--

This is already part of 0.5.1-SNAPSHOT; you could give it a try if you checkout 
the trunk.

 Extend SshFile etc views to scp command
 ---

 Key: SSHD-107
 URL: https://issues.apache.org/jira/browse/SSHD-107
 Project: MINA SSHD
  Issue Type: Improvement
Affects Versions: 0.5.0
Reporter: Richard Evans
Priority: Minor

 Following the changes for SSHD-82, we have successfully integrated sshd into 
 our server application and sftp works well.  It would be nice to allow the 
 use of scp also since that is sometimes simpler from the client side.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SSHD-109) Pass server session to FileSystemFactory.createFileSystemView

2011-03-03 Thread Frank van der Kleij (JIRA)

[ 
https://issues.apache.org/jira/browse/SSHD-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13002229#comment-13002229
 ] 

Frank van der Kleij commented on SSHD-109:
--

This is already part of 0.5.1-SNAPSHOT; please checkout the trunk.

 Pass server session to FileSystemFactory.createFileSystemView
 -

 Key: SSHD-109
 URL: https://issues.apache.org/jira/browse/SSHD-109
 Project: MINA SSHD
  Issue Type: Improvement
Affects Versions: 0.5.0
Reporter: Richard Evans
Priority: Minor

 In the integration of sshd with our application we have a 
 PasswordAuthenticator implementation which authenticates against our internal 
 user database.  From this we derive an internal user object which is needed 
 for further permissions checking, etc in the file system view.  However the 
 createFileSystemView call takes a user name only.  If the ServerSession was 
 passed to createFileSystemView also, the user object could be stored in the 
 session and retrieved when the file system view is created. In the current 
 system I have to store the user object in a ThreadLocal and get it from there 
 in createFileSystemView.
 This would require a custom session factory and session object - if the 
 session had some internal storage for private attributes, etc (rather like an 
 HttpSession) this would not be necessary.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (SSHD-96) Virtual File System improvement for SCP and session injection

2010-11-14 Thread Frank van der Kleij (JIRA)

 [ 
https://issues.apache.org/jira/browse/SSHD-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Frank van der Kleij updated SSHD-96:


Attachment: (was: sshd-96.patch)

 Virtual File System improvement for SCP and session injection
 -

 Key: SSHD-96
 URL: https://issues.apache.org/jira/browse/SSHD-96
 Project: MINA SSHD
  Issue Type: Improvement
Affects Versions: 0.5.0
Reporter: Frank van der Kleij
 Attachments: sshd-96.patch


 The SCP Command does not yet use the Virtual File System implemented in 
 SSHD-82.
 Another improvement is passing the ServerSession to FileSystemFactory instead 
 of just the user name.
 This allows the injection of information known in the Authenticator into the 
 file system.
 The particular use case is the implementation of a Virtual File System based 
 on Apache Commons VFS. 
 There the authenticator already contains the root file object (resulting from 
 the authentication) which needs to be passed to the FileSystemView.

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



[jira] Updated: (SSHD-96) Virtual File System improvement for SCP and session injection

2010-11-14 Thread Frank van der Kleij (JIRA)

 [ 
https://issues.apache.org/jira/browse/SSHD-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Frank van der Kleij updated SSHD-96:


Attachment: sshd-96.patch

This patch adds support for the Virtual Filesystem for SCP and allowd 
information exchange between the authenticator and the filesystem

 Virtual File System improvement for SCP and session injection
 -

 Key: SSHD-96
 URL: https://issues.apache.org/jira/browse/SSHD-96
 Project: MINA SSHD
  Issue Type: Improvement
Affects Versions: 0.5.0
Reporter: Frank van der Kleij
 Attachments: sshd-96.patch


 The SCP Command does not yet use the Virtual File System implemented in 
 SSHD-82.
 Another improvement is passing the ServerSession to FileSystemFactory instead 
 of just the user name.
 This allows the injection of information known in the Authenticator into the 
 file system.
 The particular use case is the implementation of a Virtual File System based 
 on Apache Commons VFS. 
 There the authenticator already contains the root file object (resulting from 
 the authentication) which needs to be passed to the FileSystemView.

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



[jira] Commented: (SSHD-96) Virtual File System improvement for SCP and session injection

2010-11-13 Thread Frank van der Kleij (JIRA)

[ 
https://issues.apache.org/jira/browse/SSHD-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931673#action_12931673
 ] 

Frank van der Kleij commented on SSHD-96:
-

Sorry, I forgot the tests...I will submit a new patch

 Virtual File System improvement for SCP and session injection
 -

 Key: SSHD-96
 URL: https://issues.apache.org/jira/browse/SSHD-96
 Project: MINA SSHD
  Issue Type: Improvement
Affects Versions: 0.5.0
Reporter: Frank van der Kleij
 Attachments: sshd-96.patch


 The SCP Command does not yet use the Virtual File System implemented in 
 SSHD-82.
 Another improvement is passing the ServerSession to FileSystemFactory instead 
 of just the user name.
 This allows the injection of information known in the Authenticator into the 
 file system.
 The particular use case is the implementation of a Virtual File System based 
 on Apache Commons VFS. 
 There the authenticator already contains the root file object (resulting from 
 the authentication) which needs to be passed to the FileSystemView.

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



[jira] Created: (SSHD-96) Virtual File System improvement for SCP and session injection

2010-11-12 Thread Frank van der Kleij (JIRA)
Virtual File System improvement for SCP and session injection
-

 Key: SSHD-96
 URL: https://issues.apache.org/jira/browse/SSHD-96
 Project: MINA SSHD
  Issue Type: Improvement
Affects Versions: 0.5.0
Reporter: Frank van der Kleij


The SCP Command does not yet use the Virtual File System implemented in SSHD-82.

Another improvement is passing the ServerSession to FileSystemFactory instead 
of just the user name.

This allows the injection of information known in the Authenticator into the 
file system.

The particular use case is the implementation of a Virtual File System based on 
Apache Commons VFS. 
There the authenticator already contains the root file object (resulting from 
the authentication) which needs to be passed to the FileSystemView.



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



[jira] Updated: (SSHD-96) Virtual File System improvement for SCP and session injection

2010-11-12 Thread Frank van der Kleij (JIRA)

 [ 
https://issues.apache.org/jira/browse/SSHD-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Frank van der Kleij updated SSHD-96:


Attachment: sshd-96.patch

This patch adds the requested changes. 

 Virtual File System improvement for SCP and session injection
 -

 Key: SSHD-96
 URL: https://issues.apache.org/jira/browse/SSHD-96
 Project: MINA SSHD
  Issue Type: Improvement
Affects Versions: 0.5.0
Reporter: Frank van der Kleij
 Attachments: sshd-96.patch


 The SCP Command does not yet use the Virtual File System implemented in 
 SSHD-82.
 Another improvement is passing the ServerSession to FileSystemFactory instead 
 of just the user name.
 This allows the injection of information known in the Authenticator into the 
 file system.
 The particular use case is the implementation of a Virtual File System based 
 on Apache Commons VFS. 
 There the authenticator already contains the root file object (resulting from 
 the authentication) which needs to be passed to the FileSystemView.

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



[jira] Commented: (FTPSERVER-40) Support for SFTP

2010-10-07 Thread Frank van der Kleij (JIRA)

[ 
https://issues.apache.org/jira/browse/FTPSERVER-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918830#action_12918830
 ] 

Frank van der Kleij commented on FTPSERVER-40:
--

The Apache SSHD server has SFTP support now, though the framework is not as 
elaborated and customizable (yet) as in Apache FTP server. Note that it 
focusses on the server side, not the client.

 Support for SFTP
 

 Key: FTPSERVER-40
 URL: https://issues.apache.org/jira/browse/FTPSERVER-40
 Project: FtpServer
  Issue Type: Wish
 Environment: Apache FtpServer
Reporter: Timothy Barlotta

 I looked through the JIRA for any information on plans for supporting SFTP 
 (http://en.wikipedia.org/wiki/SSH_file_transfer_protocol) and did not see any 
 information.  Are there any plans for supporting SFTP?

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



[jira] Created: (FTPSERVER-325) ftpd-full.xml does not show options on server element

2009-08-21 Thread Frank van der Kleij (JIRA)
ftpd-full.xml does not show options on server element
-

 Key: FTPSERVER-325
 URL: https://issues.apache.org/jira/browse/FTPSERVER-325
 Project: FtpServer
  Issue Type: Improvement
  Components: Server
Affects Versions: 1.0.2
Reporter: Frank van der Kleij
Priority: Minor


The configuration options on the server element listed in 

http://mina.apache.org/ftpserver/server.html

are not available in 

distribution/res/conf/ftpd-full.xml

(except for the id attribute)

I'll submit a patch.

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



[jira] Updated: (FTPSERVER-325) ftpd-full.xml does not show options on server element

2009-08-21 Thread Frank van der Kleij (JIRA)

 [ 
https://issues.apache.org/jira/browse/FTPSERVER-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Frank van der Kleij updated FTPSERVER-325:
--

Attachment: FTPSERVER-325.patch

The patch is made relative to the full-ftpd.xml file.

 ftpd-full.xml does not show options on server element
 -

 Key: FTPSERVER-325
 URL: https://issues.apache.org/jira/browse/FTPSERVER-325
 Project: FtpServer
  Issue Type: Improvement
  Components: Server
Affects Versions: 1.0.2
Reporter: Frank van der Kleij
Priority: Minor
 Attachments: FTPSERVER-325.patch


 The configuration options on the server element listed in 
 http://mina.apache.org/ftpserver/server.html
 are not available in 
 distribution/res/conf/ftpd-full.xml
 (except for the id attribute)
 I'll submit a patch.

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