I am getting errors when trying to upload or download from my Azure repository from our Windows or Linux servers. This is something that worked in the past but does not now. Our Azure support group has not been able to find the problem nor has our network team.
One of problems occur when I clone a repository using the 'curl' command
sudo curl -v -T /was/wasprofile/Dmgr/installableApps/DefaultApplication_2_v3.ear ftp://<ID>:<personal access token>@<domain>/WebSphere/_git/WebSphere/Applications
I get the following results:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 13.107.43.18:21...
* TCP_NODELAY set
* Trying 2620:1ec:22::18:21...
* TCP_NODELAY set
* Immediate connect fail for 2620:1ec:22::18: Network is unreachable
* Trying 2620:1ec:22::18:21...
* TCP_NODELAY set
* Immediate connect fail for 2620:1ec:22::18: Network is unreachable
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0* Trying 2620:1ec:22::18:21...
* TCP_NODELAY set
* Immediate connect fail for 2620:1ec:22::18: Network is unreachable
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0* Trying 2620:1ec:22::18:21...
*
*
*
I cannot figure out what is going on. Again, this used to work. I have wget available on my Linux server and that does not work either.
Please help if you can.
Thank you.