You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/02/05 15:02:26 UTC

[GitHub] [commons-vfs] ddg-igh opened a new pull request #79: add possibility to configure if exec for sftp is disabled

ddg-igh opened a new pull request #79: add possibility to configure if exec for sftp is disabled
URL: https://github.com/apache/commons-vfs/pull/79
 
 
   One of our customer has an interesting sftp server. 
   The server does not allow any further channels to be established after the execution of the exec command (getUid()).
   So it is not possible to do any filesystem operations, because at first the exec command is executed to test if exec is disabled.
   Maybe the server things we try to break the security or something else.
   
   So my idea to solve this problem is to make execDisabled configurable. This is done here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-vfs] ddg-igh closed pull request #79: add possibility to configure if exec for sftp is disabled

Posted by GitBox <gi...@apache.org>.
ddg-igh closed pull request #79: add possibility to configure if exec for sftp is disabled
URL: https://github.com/apache/commons-vfs/pull/79
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-vfs] garydgregory commented on issue #79: add possibility to configure if exec for sftp is disabled

Posted by GitBox <gi...@apache.org>.
garydgregory commented on issue #79: add possibility to configure if exec for sftp is disabled
URL: https://github.com/apache/commons-vfs/pull/79#issuecomment-582451950
 
 
   @ddg-igh 
   -1 You need to resubmit this PR as _every single line_ in SftpFileSystem.java is marked as changed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services