home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / xenix / sco / 2543 < prev    next >
Encoding:
Text File  |  1992-07-21  |  2.4 KB  |  62 lines

  1. Newsgroups: comp.unix.xenix.sco
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!sspiff!dje
  3. From: dje@sspiff.ampr.ab.ca (Doug Evans)
  4. Subject: Re: transfer protocols
  5. Organization: Edmonton, Alberta
  6. Date: Wed, 22 Jul 1992 04:37:05 GMT
  7. Message-ID: <1992Jul22.043705.772@sspiff.ampr.ab.ca>
  8. X-Newsreader: Tin 1.1 PL4
  9. References: <1992Jul20.215629.19762@hamblin.math.byu.edu>
  10. Lines: 50
  11.  
  12. ocon@bert.cs.byu.edu (John S. O'Conner) writes:
  13. >Does anyone know of a file transfer protocol that will allow me to 
  14. >transfer a batch of files during a single session.  I would hate to call
  15. >uucp twelve times to send 12 different files.  
  16.  
  17. Not sure I understand the problem (so the following may be off target).
  18.  
  19. This is not a problem with uucp. For example, if I do
  20.  
  21. uucp *.c canada!~
  22.  
  23. then all files ending in .c in the current directory are queued
  24. for transfer to directory /usr/spool/uucppublic on machine 'canada'.
  25. (Believe it or not, such a machine exists and is a registered uucp site :-)
  26.  
  27. This will work whether there is one .c in the current directory or
  28. two hundred, and assuming uucico (the program that actually does the
  29. transfer) doesn't run into problems (eg. line noise) all queued files
  30. are transfered in one session.
  31.  
  32. And, just to be pedantic, I can replace the above with
  33.  
  34. uucp file1 file2 file3 ... fileN canada!~
  35.  
  36. and all the files will (normally) be transfered in one session.
  37.  
  38. Perhaps the problem is in not understanding how uucp works (although
  39. I hate to suggest someone doesn't understand something when they really
  40. do ... if so, please forgive). The command 'uucp' just queues files
  41. for transfer. Program 'uucico' actually does the transfer: it transfers
  42. all files queued thus far (actually, it can get more complicated than this
  43. as there are various "grades" of jobs, but lets keep things simple). The
  44. command 'uucp' normally causes uucico to be run to actually do the transfer,
  45. but this can be disabled with
  46.  
  47. uucp -r ...
  48.  
  49. There are various reasons why one might want to do this, but I digress.
  50.  
  51. Anyways, I'm probably way off target already, but hope this helps.
  52.  
  53. >Can anyone suggest another newsgroup that may be able to address this
  54. >issue?
  55.  
  56. comp.mail.uucp comes to mind. Not really sure whether it's "better" or not.
  57.  
  58. :-)
  59. -- 
  60. Doug Evans               | "You're just supposed to sit here?"
  61. dje@sspiff.ampr.ab.ca    |               - Worf in a mud bath.
  62.