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: [email protected] With regards, Apache Git Services
