home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / misc / 3489 < prev    next >
Encoding:
Text File  |  1992-09-01  |  2.9 KB  |  74 lines

  1. Newsgroups: comp.misc
  2. Path: sparky!uunet!newsserver.pixel.kodak.com!laidbak!tellab5!odgate!ssigate!msc
  3. From: msc@ssigate.ssinc.com (Michael S. Cross)
  4. Subject: Re: PCPLUS Question
  5. Message-ID: <1992Aug31.153603.2200@ssigate.ssinc.com>
  6. Organization: Systems and Synchronous Inc., Naperville, IL
  7. References: <BtM06F.p4@news.cso.uiuc.edu>
  8. Distribution: usa
  9. Date: Mon, 31 Aug 1992 15:36:03 GMT
  10. Lines: 62
  11.  
  12. weller@osiris.cso.uiuc.edu (Bonnie Weller) writes:
  13.  
  14. >First question is "Is this the right group to post questions
  15. >regarding PCPLUS?"  If not could someone please stear me in the right
  16. >direction.
  17. >
  18.  
  19. Who really knows? ...
  20.  
  21. >Now on with the real question.
  22. >
  23. >I am trying to load a file from my hard drive at home onto a computer
  24. >at work.  I am remotely logged in via a modem (Telebit T1000).  When I 
  25. >do an ALT Z and select page up, I get the prompt for a selection.  I 
  26. >select ascii since the file is written in ascii, then I write the file 
  27. >name at the next prompt.  It sends the file to the remote computer, but 
  28. >it is not sent as a file.  Instead the words in the file are read as 
  29. >separate commands.  (i.e., the first word in the file I am trying to 
  30. >send is "Dear", the computer at work reads this as a command "Dear" and 
  31. >I get back the message "Cannot find this command".)  When the file is
  32. >finished being sent, the computer locks up and I have to hang up the
  33. >line.  BTW, I can download a file from my work computer onto my hard
  34. >drive, if after I make my selections I 'cat' the file I am trying to
  35. >receive.  
  36. >
  37. >Soooo, How do I send files in PCPLUS as files.  What small but
  38. >important detail am I missing?  My PCPLUS documentation is buried
  39. >beneath a mound of boxes (we just moved) and since I am 8 months
  40. >pregnant I do not want to go lifting all these to find it.
  41. >
  42.  
  43. It sounds like you forgot to issue the command
  44.  
  45. cat > filename.ext
  46.       ^
  47.       | (or whatever you want to call it)
  48.  
  49. on the machine you are trying to upload the file to.  You will also need
  50. to press CTL-D or whatever your stty(1) intr character is set to.  (I am
  51. assuming you are using UNIX, as one other poster did also)
  52.  
  53. The process can be simplified as this:
  54.  
  55. cat > filename   (open the file on the remote system for input)
  56. [Procomm Plus] <page up>
  57. <Select ASCII Transfer>
  58. <Return>         (... wait for the file to finish transferring)
  59. CTL-D            (close the file on the remote system)
  60.  
  61. The commands that you issue to the remote machine would NOT be in the 
  62. Procomm Plus User's Guide even if you did dig it out.  Of course Kermit
  63. is nice too, it automaticly opens your files for you.
  64.  
  65. Hope it helps (tm).
  66.  
  67. Mike
  68.  
  69. -- 
  70. Michael S. Cross         Work: msc@ssihub.ssinc.com               708-505-4508
  71.       Home: 73750.1363@CompuServe.com  (but not exactly *proud* of it)
  72. Systems and Synchronous Inc., 900 E. Diehl Rd, Suite 110, Naperville, IL 60563
  73. __________________________To Live is to risk Dying____________________________
  74.