summaryrefslogtreecommitdiff
path: root/guix/ftp-client.scm
AgeCommit message (Expand)Author
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