Add support to download file using FTP protocol through the
use of the urllib.request.urlopen function from Python standard
library.
Related to T2687
Differential D6239
package/utils: Add FTP protocol support to download function anlambert on Sep 10 2021, 4:07 PM. Authored by
Details
Add support to download file using FTP protocol through the Related to T2687
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D6239 (id=22574)Rebasing onto 50b062adc7... Current branch diff-target is up to date. Changes applied before testcommit 6f4d279e694cb37c9e0bd9cc7c7e82c51d2c64d1 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri Sep 10 15:43:22 2021 +0200 package/utils: Add FTP protocol support to download function Add support to download file using FTP protocol through the use of the urllib.request.urlopen function from Python standard library. Related to T2687 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/534/ for more details.
Comment Actions Build was aborted Patch application report for D6239 (id=22576)Rebasing onto 50b062adc7... Current branch diff-target is up to date. Changes applied before testcommit def3e4cbe4549db48a954eb1034da20b8bdd416c Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri Sep 10 15:43:22 2021 +0200 package/utils: Add FTP protocol support to download function Add support to download file using FTP protocol through the use of the urllib.request.urlopen function from Python standard library. Related to T2687 Link to build: https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/535/ Comment Actions Build is green Patch application report for D6239 (id=22577)Rebasing onto 50b062adc7... Current branch diff-target is up to date. Changes applied before testcommit 1266b2e8c49a2fee32ef348e888f1b8134e62f51 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri Sep 10 15:43:22 2021 +0200 package/utils: Add FTP protocol support to download function Add support to download file using FTP protocol through the use of the urllib.request.urlopen function from Python standard library. Related to T2687 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/536/ for more details. Comment Actions Build is green Patch application report for D6239 (id=22578)Rebasing onto 50b062adc7... Current branch diff-target is up to date. Changes applied before testcommit 067450ab3784d9ff0aba6a66a8738ba90c7b86c5 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri Sep 10 15:43:22 2021 +0200 package/utils: Add FTP protocol support to download function Add support to download file using FTP protocol through the use of the urllib.request.urlopen function from Python standard library. Related to T2687 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/537/ for more details. Comment Actions Build is green Patch application report for D6239 (id=22631)Rebasing onto 0efaf7a0ef... Current branch diff-target is up to date. Changes applied before testcommit d5e54a5eea1e0d6c6fac7e87892b684a5f53d911 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri Sep 10 15:43:22 2021 +0200 package/utils: Add FTP protocol support to download function Add support to download file using FTP protocol through the use of the urllib.request.urlopen function from Python standard library. Related to T2687 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/545/ for more details. |