in Ontap 9.3, If http, https and ftp options are not available to upload images. below steps are successfully for upload images.
1) Go to systemshell -node Node1 -->(Need to enter diag password, if dont have diag password, reset with "security login password -username diag")
2) Then scp packages to /mroot/etc/software directory only.
/usr/bin/scp user@hostname://path/of/packages/95P19_q_nodar_image.tgz /mroot/etc/software/
----->Same above command for 9.7 package
/usr/bin/scp user@hostname://path/of/packages/97P22_q_nodar_image.tgz /mroot/etc/software/
3) Verify package in using ls -l /mroot/etc/software/
4) cluster image package get file:///mroot/etc/software/95P19_q_nodar_image.tgz
Output:
Package download started
Package processing started.
Package processing completed.
Note: If cluster image get command not work then try to copy images on node 2 and follow same above steps.