summaryrefslogtreecommitdiff
path: root/guix/ftp-client.scm
AgeCommit message (Expand)Author
2023-05-04ftp-client: 'connect*' retries until the timeout has expired.Ludovic Courtès
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2021-02-15ftp-client: Before 'PASV', try 'EPSV' first for IPv6.宋文武
2019-01-09Remove most uses of the _IO*F constants.Ludovic Courtès
2017-11-14download: Pass the timeout to 'ftp-retr'.Ludovic Courtès
2017-03-21ftp-client: Allow custom username and password for FTP servers.Roel Janssen
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès
2015-11-22ftp-client: Default port for 'ftp-open' is now "ftp".Ludovic Courtès
2015-11-22ftp-client: Fix off-by-one when trying addresses in 'ftp-open'.Ludovic Courtès
2015-11-17ftp-client: Restrict to TCP/IP connections.Ludovic Courtès
2015-11-12download: Always use AI_ADDRCONFIG when resolving host names.Ludovic Courtès
2015-11-12ftp-client: Add timeout parameter to 'ftp-open'.Ludovic Courtès
2015-11-12ftp-client: Restrict to TCP connections.Ludovic Courtès
2015-05-20ftp-client: Throw when log-in fails.Ludovic Courtès
2015-03-19ftp-client: Switch to binary mode before using the "SIZE" command.Ludovic Courtès
2014-05-03ftp-client: Add missing CR in "USER" command.Ludovic Courtès
2013-05-14ftp-client: Let callers handle `ftp-open' exceptions.Ludovic Courtès
2013-04-27ftp-client: `ftp-chdir' changes one step at a time.Ludovic Courtès
2013-01-06ftp-client: Add `ftp-size'.Ludovic Courtès
2013-01-06Update license headers.Ludovic Courtès
2012-10-18http/ftp: Tweak to avoid depending on libc's NSS.Ludovic Courtès
2012-10-13ftp-client: Try all the addresses returned by `getaddrinfo'.Ludovic Courtès
2012-09-12Add (guix ftp) and companion modules.Ludovic Courtès