Add FTP authentication support #97

Closed
opened 2026-07-13 16:58:29 +00:00 by fuzzy · 1 comment
Owner
## Sub-tasks - [ ] [Parse `ftp://user:pass@host/path` URLs](https://git.lan.thwap.org/thwap/pget/issues/94) - [ ] [Support `.netrc` file for credential management](https://git.lan.thwap.org/thwap/pget/issues/95) - [ ] [Support FTP over TLS (FTPS) with `github.com/jlaffaye/ftp` TLS config](https://git.lan.thwap.org/thwap/pget/issues/96)
fuzzy self-assigned this 2026-07-13 16:58:29 +00:00
Owner

Closing — implemented in PR #156. .netrc parsing, FTPS via DialWithTLS, URL user:pass already existed. resolveCreds() fallback chain: URL → .netrc → anonymous.

Closing — implemented in PR #[156](https://git.lan.thwap.org/thwap/pget/pulls/156). .netrc parsing, FTPS via DialWithTLS, URL user:pass already existed. resolveCreds() fallback chain: URL → .netrc → anonymous.
Sign in to join this conversation.
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/pget#97
No description provided.