Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site allegra.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!don From: don@allegra.UUCP (D. Mitchell) Newsgroups: net.unix-wizards Subject: Trivial File Transfer Protocol Message-ID: <2488@allegra.UUCP> Date: Tue, 22-May-84 03:22:57 EDT Article-I.D.: allegra.2488 Posted: Tue May 22 03:22:57 1984 Date-Received: Wed, 23-May-84 08:17:39 EDT Organization: AT&T Bell Laboratories, Murray Hill Lines: 9 Has anyone used TFTP on 4.2bsd? Everything else works fine, but when we started up /etc/tftpd and tried to use tftp, it just gives "Error code 2: Access violation". Is it worth it? FTP gets about 60 Kbytes/sec between two of our 780's. That isn't bad, but ftp rides on top of gigantic TCP. It seems wasteful to have a virtual circuit protocol under a file transfer protocol. tftp runs directly on IP, but of course it executes its protocol in user mode, so I really don't know if it will be faster.