summaryrefslogtreecommitdiff
path: root/guix/ftp-client.scm
Commit message (Expand)AuthorAge
* download: Pass the timeout to 'ftp-retr'.Ludovic Courtès2017-11-14
* ftp-client: Allow custom username and password for FTP servers.Roel Janssen2017-03-21
* Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès2016-10-19
* ftp-client: Default port for 'ftp-open' is now "ftp".Ludovic Courtès2015-11-22
* ftp-client: Fix off-by-one when trying addresses in 'ftp-open'.Ludovic Courtès2015-11-22
* ftp-client: Restrict to TCP/IP connections.Ludovic Courtès2015-11-17
* download: Always use AI_ADDRCONFIG when resolving host names.Ludovic Courtès2015-11-12
* ftp-client: Add timeout parameter to 'ftp-open'.Ludovic Courtès2015-11-12
* ftp-client: Restrict to TCP connections.Ludovic Courtès2015-11-12
* ftp-client: Throw when log-in fails.Ludovic Courtès2015-05-20
* ftp-client: Switch to binary mode before using the "SIZE" command.Ludovic Courtès2015-03-19
* ftp-client: Add missing CR in "USER" command.Ludovic Courtès2014-05-03
* ftp-client: Let callers handle `ftp-open' exceptions.Ludovic Courtès2013-05-14
* ftp-client: `ftp-chdir' changes one step at a time.Ludovic Courtès2013-04-27
* ftp-client: Add `ftp-size'.Ludovic Courtès2013-01-06
* Update license headers.Ludovic Courtès2013-01-06
* http/ftp: Tweak to avoid depending on libc's NSS.Ludovic Courtès2012-10-18
* ftp-client: Try all the addresses returned by `getaddrinfo'.Ludovic Courtès2012-10-13
* Add (guix ftp) and companion modules.Ludovic Courtès2012-09-12