HI there, hopefully this is a popular question with a straightforward answer.
I am just trying to attempt to backup the config of a Cisco ASA 55006-x device although it is failing with
2016-05-11 08:42:54.462 [WARNING (32)] [THREAD(2564)] [CComponentAdapter::checkAccessTypeMatchTransferProtocol()] transfer protocol does not match access type,iTransferProtocol=4,iAccessType=3
2016-05-11 08:42:54.462 [WARNING (32)] [THREAD(2564)] [CComponentAdapter::isDevSupportServiceAction()] transfer protocol does not match access type,ServiceName = ConfigBackup,commandName=Custom,iTransferProtocol=4,iAccessType=3
2016-05-11 08:42:54.463 [ERROR (18)] [THREAD(2564)] [CComponentAdapter::isDevSupportServiceAction()] fail to call getDevAdapterName().DevID=315,ServiceName = ConfigBackup
2016-05-11 08:42:54.463 [WARNING (32)] [THREAD(2564)] [CComponentAdapter::checkAccessTypeMatchTransferProtocol()] transfer protocol does not match access type,iTransferProtocol=4,iAccessType=3
2016-05-11 08:42:54.463 [WARNING (32)] [THREAD(2564)] [CComponentAdapter::isDevSupportServiceAction()] transfer protocol does not match access type,ServiceName = ConfigBackup,commandName=ICC,iTransferProtocol=4,iAccessType=3
2016-05-11 08:42:54.463 [ERROR (43)] [THREAD(2564)] [CComponentAdapter::isDevSupportServiceAction()] fail to call getDevAdapterName().DevID=315,ServiceName = ConfigBackup
I have tested the SSH details against the device from the IMC portal and that returns fine with the associated "Password + Super Password" as the authenication mode.
The default file transfer setting is SCP and on the Cisco device i have enabled SCP "ssh scopy enable".
Edit, looking into this further from the "Device Capability list" it would seem that this model does not support SFTP nor SCP but just TFTP and FTP. Is this limitation determined by the device or the managment software (IMC)?