]> Zhao Yanbai Git Server - minix.git/commit
Importing usr.bin/ftp 75/475/1
authorThomas Cort <tcort@minix3.org>
Fri, 5 Apr 2013 19:02:06 +0000 (19:02 +0000)
committerThomas Cort <tcort@minix3.org>
Fri, 5 Apr 2013 19:02:06 +0000 (19:02 +0000)
commit04203a83a6848544e5157be39991291ba0c82525
tree1847de1162d48cb09b5e9c95ea81d10c03ea3990
parent2db46bcfa14c7e97ef5688338fd27dd91162fd61
Importing usr.bin/ftp
37 files changed:
commands/Makefile
commands/ftp101/Makefile [deleted file]
commands/ftp101/README [deleted file]
commands/ftp101/crc.c [deleted file]
commands/ftp101/file.c [deleted file]
commands/ftp101/file.h [deleted file]
commands/ftp101/ftp.1 [deleted file]
commands/ftp101/ftp.c [deleted file]
commands/ftp101/ftp.h [deleted file]
commands/ftp101/local.c [deleted file]
commands/ftp101/local.h [deleted file]
commands/ftp101/net.c [deleted file]
commands/ftp101/net.h [deleted file]
commands/ftp101/other.c [deleted file]
commands/ftp101/other.h [deleted file]
commands/ftp101/xfer.c [deleted file]
commands/ftp101/xfer.h [deleted file]
releasetools/nbsd_ports
usr.bin/Makefile
usr.bin/ftp/Makefile [new file with mode: 0644]
usr.bin/ftp/cmds.c [new file with mode: 0644]
usr.bin/ftp/cmdtab.c [new file with mode: 0644]
usr.bin/ftp/complete.c [new file with mode: 0644]
usr.bin/ftp/domacro.c [new file with mode: 0644]
usr.bin/ftp/extern.h [new file with mode: 0644]
usr.bin/ftp/fetch.c [new file with mode: 0644]
usr.bin/ftp/ftp.1 [new file with mode: 0644]
usr.bin/ftp/ftp.c [new file with mode: 0644]
usr.bin/ftp/ftp_var.h [new file with mode: 0644]
usr.bin/ftp/main.c [new file with mode: 0644]
usr.bin/ftp/progressbar.c [new file with mode: 0644]
usr.bin/ftp/progressbar.h [new file with mode: 0644]
usr.bin/ftp/ruserpass.c [new file with mode: 0644]
usr.bin/ftp/ssl.c [new file with mode: 0644]
usr.bin/ftp/ssl.h [new file with mode: 0644]
usr.bin/ftp/util.c [new file with mode: 0644]
usr.bin/ftp/version.h [new file with mode: 0644]