home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / protocol / tcpip / 5285 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!apollo.hp.com!netnews
  3. From: sommerfeld@apollo.hp.com (Bill Sommerfeld)
  4. Subject: Re: how to restart broken file transmission in ftp?
  5. Sender: usenet@apollo.hp.com (Usenet News)
  6. Message-ID: <SOMMERFELD.92Nov22191953@unknown.apollo.hp.com>
  7. In-Reply-To: rmaszkow@nyx.cs.du.edu's message of Sun, 22 Nov 92 21:45:57 GMT
  8. Date: Mon, 23 Nov 1992 00:17:29 GMT
  9. Lines: 25
  10. References: <1992Nov22.214557.26023@mnemosyne.cs.du.edu>
  11. Nntp-Posting-Host: snarfblatt.ch.apollo.hp.com
  12. Organization: Hewlett Packard
  13.  
  14. In article <1992Nov22.214557.26023@mnemosyne.cs.du.edu> rmaszkow@nyx.cs.du.edu (Rafal Maszkowski) writes:
  15.  
  16.    How can restart file transfer when I lost connection and I have, say, 20 MB
  17.    transmitted and 10 still not?
  18.  
  19. The answer to this is specific to your FTP implementation.
  20.  
  21. Recent versions of the BSD ftp and ftpd support a restart option,
  22. which can be accessed using the "restart" and "reget" commands to the
  23. FTP client; if your FTP client supports these commands, and the server
  24. does as well, you're in business.
  25.  
  26. This code comes from Berkeley, and is in at least 386BSD and HPUX
  27. 8.07; I'm not sure when it was introduced.
  28.  
  29. Check your vendor and/or on-line documentation; if the support isn't
  30. available, you may also be able to pick up the sources to the berkeley
  31. FTP by anonymous FTP and port and build them yourself..
  32.  
  33.                     - Bill
  34.  
  35.  
  36.  
  37.  
  38.  
  39.