Commit 16eec70
TransRead: support FTP authentication
So far, we have assumed that user authentication is only relevant for
HTTP(S). But the urllib module used to support HTTP authentication also
supports FTP authentication.
HTTP authentication requires more steps than FTP to work, so let just skip
HTTP-specific steps for FTP authentication.
Signed-off-by: Jérémie Dautheribes <[email protected]>1 parent 8a090f1 commit 16eec70
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| |||
0 commit comments