Accueil Forums SecAst (Security for Asterisk) General Can’t download files – all transfer types fail

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Customer Inquiry
    Participant
    Post count: 201

    I’m trying to download files from your download tab, but every transfer method I use seems to cause errors. Here are the details:

    • FTP Pull: I tried to use the FTP pull method but my FTP client shows an error like this:

      425 Could not open data connection to port 41206: No route to host

    • FTP Push: I tried to use FTP push but the transfer status shows the following error after 30 seconds:

      Failed. Could not connect to myhost.mydomain.com on port 21.

    • wget: I tried to download the file using the URL you provide but instead of downloading the package I get a file called:

      index.html?a:dp~p:haast~v:2.3.7~d:rh6~r:x86_64

    • browser: I tried to download the file using my browser but when I try to untar the file I see this:

      tar: This does not look like a tar archive

    Telium Support Group
    Moderator
    Post count: 263

    The most likely causes of your failures are as follows:

    • FTP Pull: Your firewall is blocking incoming FTP data connections (TCP port 22). You can either enable incoming data connections on your firewall (not ideal), or preferably, set your FTP client to use ‘passive mode’.
    • FTP Push: Your firewall is blocking incoming FTP control/data connection (TCP ports 21 and 22), or your FTP server is not running.
    • wget: You forgot to add the ‘–content-disposition’ parameter to wget when using the HTTP URL. Either rename the downloaded file to match the package name, or add the –content-disposition parameter when using wget.
    • browser: It sounds like your browser connection is being interrupted/corrupted, and the file you downloaded is corrupt. Verify the md5 checksum of the file and try again, or switch to one of the above (more reliable) transfer methods. Browser (HTTP) download is known to be unreliable.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.