Closed jmaassen closed 5 years ago
When list the root of an SFTP server like this:
xenon filesystem sftp --location test.rebex.net --username demo --password password list /
a NullpointerException is thrown. This is cause by the convertAttributes in the SFTP adaptor, which assumes every Path it gets has a name. This is not the case for the root.
NullpointerException
Path
Will fix.
Fixed
When list the root of an SFTP server like this:
a
NullpointerException
is thrown. This is cause by the convertAttributes in the SFTP adaptor, which assumes everyPath
it gets has a name. This is not the case for the root.Will fix.