home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / vmsnet / misc / 1013 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.2 KB  |  45 lines

  1. Newsgroups: vmsnet.misc
  2. Path: sparky!uunet!mcsun!sun4nl!estwmz.wm.estec.esa.nl!estwm8!hevans
  3. From: hevans@estwm8.wm.estec.esa.nl (Hugh D.R. Evans (ESA/ESTEC/WMA Netherlands))
  4. Subject: Using FTP in command files.
  5. Message-ID: <BxtCBD.3K0@wm.estec.esa.nl>
  6. Sender: news@wm.estec.esa.nl
  7. Reply-To: hevans@estwm8.wm.estec.esa.nl (Hugh D.R. Evans (ESA/ESTEC/WMA Netherlands))
  8. Organization: European Space Research and Technology Centre
  9. Date: Mon, 16 Nov 1992 14:30:49 GMT
  10. Lines: 33
  11.  
  12.  
  13. Ok. I read the bookreader book "DEC TCP/IP Services for VMS Use" and in
  14. particular section
  15. 4.4 Using FTP from a command procedure.  It even gave an example:
  16.  
  17. FTP
  18. Connect "harry"
  19. LOGIN=(USER_NAME="myusername",PASSWORD=mypassword)
  20.  
  21. None of which worked.  It connected fine, once the quote marks were
  22. removed from around the
  23. node name.  The session went:
  24.  
  25. $set verify
  26. $@ftp.com
  27. $FTP
  28. connect estwm8
  29. 220 ESTWM8 FTP Server (UCX Version 2.0) Ready.
  30. Connected to ESTWM8.
  31. LOGIN=(USER_NAME="hevans",PASSWORD=mypassword)
  32. %CLI-W-PARMDEL, invalid parameter delimiter - check use of special characters
  33.  \=\
  34. dir
  35. 425 Not logged in.
  36. exit
  37. $EXIT
  38.  
  39. So, what is going on? Does this "feature" really work or is the manual
  40. ahead of the software?
  41.  
  42. Hugh.
  43.  
  44. P.S. I also tried it without the '=' and it still didn't work.
  45.