btbking

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by btbking

  1. Hi there. First, thank you for making these images and configs. I've been using aria2-with-ariang successfully for a while; however, It seems that the included version of aria2 does not support SFTP downloads. Any SFTP attempt results in a "sftp is not supported yet" message for me, both in the ariang interface, as well as when running directly from inside a container shell. I'm not sure what's necessary to get aria2 to support SFTP - perhaps the Docker images just need to be rebuilt, or perhaps the version of aria2 needs to be compiled with additional libraries. Here is the output from running 'aria2c -v' inside the aria2-with-ariang container: ** Configuration ** Enabled Features: Async DNS, BitTorrent, Firefox3 Cookie, HTTPS, Message Digest, Metalink, XML-RPC Hash Algorithms: sha-1, sha-224, sha-256, sha-384, sha-512, md5 Libraries: expat/2.2.5 sqlite3/3.23.1 GnuTLS/3.6.2 nettle GMP/6.1.2 c-ares/1.14.0 Compiler: gcc 6.4.0 built by x86_64-alpine-linux-musl on May 29 2018 07:41:58 System: Linux 4.18.10-unRAID #2 SMP Wed Sep 26 13:21:57 PDT 2018 x86_64 And the output from aria when trying to use SFTP: bash-4.4# aria2c sftp://hello.com/what.pdf 10/16 21:21:18 [NOTICE] Downloading 1 item(s) 10/16 21:21:18 [ERROR] CUID#7 - Download aborted. URI=sftp://hello.com/what.pdf Exception: [AbstractCommand.cc:351] errorCode=1 URI=sftp://hello.com/what.pdf -> [InitiateConnectionCommandFactory.cc:88] errorCode=1 sftp is not supported yet. Thank you!