OpenBSD CVS

src/usr.bin/ftp/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / ftp

Current tag: OPENBSD_4_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.24   15 years  martynas   since socks5 has been removed from ports recently, switch ftp to dante instead. ...
[TXT] cmds.c  1.67   15 years  martynas   - resume http transfers [-C], if local file does not exist - resume ftp transfer...
[TXT] cmdtab.c  1.23   15 years  martynas   - add support for recursive transfers (but not for floppies), e.g. 'mget -cr 4.*...
[TXT] complete.c  1.21   15 years  martynas   - add support for recursive transfers (but not for floppies), e.g. 'mget -cr 4.*...
[TXT] cookie.c  1.4   15 years  cloder   time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_t with...
[TXT] domacro.c  1.14   15 years  sobrado   default file transfer type is binary, not ascii; commands which toggle settings ...
[TXT] extern.h  1.35   15 years  martynas   - add support for recursive transfers (but not for floppies), e.g. 'mget -cr 4.*...
[TXT] fetch.c  1.83   15 years  martynas   - resume http transfers [-C], if local file does not exist - resume ftp transfer...
[TXT] ftp.1  1.74   15 years  martynas   - simplify mget(): remove the duplicate code and just use getit(), as a result i...
[TXT] ftp.c  1.73   15 years  martynas   - add support for recursive transfers (but not for floppies), e.g. 'mget -cr 4.*...
[TXT] ftp_var.h  1.27   15 years  martynas   - add support for recursive transfers (but not for floppies), e.g. 'mget -cr 4.*...
[TXT] list.c  1.2   15 years  martynas   add rcs id
[TXT] main.c  1.71   15 years  sobrado   default file transfer type is binary, not ascii; commands which toggle settings ...
[TXT] pathnames.h  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ruserpass.c  1.26   15 years  martynas   in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm able to cont...
[TXT] stringlist.c  1.8   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] stringlist.h  1.2   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] util.c  1.56   15 years  martynas   on some servers LIST defaults to LIST -a. ignore pseudo-directories so that rec...