03-29-2022 11:28 AM
Hello,
I'm trying to upload firmware for IP Phones to CUCM (v8.6) using SFTP (also tried FTP) but it keeps failing:
Any clue what might be causing this error ?
Thanks!
03-29-2022 12:49 PM
That will never work, you do NOT use an absolute path for the directory, you use a relative path.
Configure the root directory for whatever FTP/SFTP you're using, drop the file in that directory, all that in whatever OS/program you're using for FTP/SFTP, and in CUCM just use ./ or .\ depending on the FTP/SFTP
03-30-2022 02:03 AM
Unfurtunately even ./ .\ give the same results.
I tested from the CLI and it shows this error:
drfCliMsg: Unable to save Backup Device successfully. Update failed : Unable to access SFTP server. Please verify SFTP permissions.
Executed command unsuccessfully
When I test from my laptop it works fine.
03-30-2022 02:26 AM
Test your credentials with a regular FTP/SFTP client on a computer, such as with FileZilla.
03-30-2022 02:40 AM
I tested the credentials, they work fine on my computer but CUCM keeps giving the same error
03-30-2022 03:11 AM - edited 03-30-2022 03:13 AM
When you do connect in the client what path do you see then in the UI? See this screenshot as an example of how it looks when I connect to one of our SFTP servers.
As the path is relative, you'd need to know what to enter in CM as it would need to be relative to where you'd be connected. For example for our setup it would be /FTP_Folder/CUCM as that's where we keep our CM files.
03-30-2022 03:20 AM
it is like this :
03-30-2022 03:33 AM - edited 03-30-2022 03:37 AM
Try with just a / in the CM page for the directory path and set the protocol used to SFTP.
However I think you might have the wrong file on your SFTP server as it should AFAIK be named .cop. What you seem to have is a .loads file and that is what is used in CM once you have installed the firmware from the COP file.
03-30-2022 03:43 AM
I still get the same error:
03-30-2022 03:58 AM
Can you please share the configuration of your SFTP server?
03-30-2022 06:42 AM
03-30-2022 07:14 AM
That looks like it could be SolarWind SFTP service? We also use that and the settings you have looks very similar to ours.
I don't have anymore ideas on what could be at fault for you.
03-29-2022 10:57 PM - edited 03-29-2022 10:58 PM
As Java wrote you can not use a path that is formatted as you have in your screenshot. How would the CM know what D
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide