home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / tcpip / 4137 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  2.3 KB

  1. Path: sparky!uunet!wupost!uwm.edu!linac!unixhub!lll-winken!taco!unity.ncsu.edu!realliso
  2. From: realliso@unity.ncsu.edu (Robert Allison)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: ftp from AS/400 to RS/6000 (filename problem)
  5. Message-ID: <1992Aug18.224346.20285@ncsu.edu>
  6. Date: 18 Aug 92 22:43:46 GMT
  7. Sender: news@ncsu.edu (USENET News System)
  8. Organization: North Carolina State University Project Unity
  9. Lines: 66
  10.  
  11. I have loaded a tape from the census bureau onto an
  12. AS/400 and need to ftp it over to my RS/6000.
  13.  
  14. I seem to be having trouble with the file-name that
  15. I am specifying (ok, not just 'seem' -- I definitely
  16. *am* having trouble with my file name:)
  17.  
  18. Can anyone help me get the secret formula right?
  19.  
  20. Below, I have cut-n-pasted some of my ftp session
  21. so you might be able to tell where I am going wrong.
  22. The files are on the AS/400, and I'm starting the
  23. ftp session on the RS/6000.
  24.  
  25. Thanks!
  26. Robert Allison (realliso@unity.ncsu.edu)
  27.  
  28. $ ftp cimas400
  29. Connected to cimas400.tx.ncsu.edu.
  30. 220-QTCP at CIMAS400.TX.NCSU.EDU.
  31. 220 Connection will close if idle more than 5 minutes.
  32. Name (cimas400:realliso): 
  33. 331 Enter password.
  34. Password:
  35. 230 REALLISO logged on.
  36.  
  37. ftp> ls
  38. 200 PORT subcommand request successful.
  39. 125 List started.
  40. POP.POP
  41. POP.X.AGESEX88
  42. POP
  43. 250 List completed successfully.
  44. ftp> 
  45.  
  46. ftp> mget *
  47. mget POP.POP? y
  48. 200 PORT subcommand request successful.
  49. 150 Retrieving member POP in file POP in library REALLISO.
  50. 250 File transfer completed successfully.
  51. 1 bytes received in 0.3504 seconds (0.002787 Kbytes/s)
  52. mget POP.X.AGESEX88? y
  53. 200 PORT subcommand request successful.
  54. 550 File must be specified by library/file.member.
  55. mget POP? y
  56. 200 PORT subcommand request successful.
  57. 550 File must be specified by library/file.member.
  58. ftp> 
  59.  
  60. ftp> get realliso/pop.x.agesex88
  61. realliso/pop.x.agesex88: A file or directory in the path name does not exist.
  62. ftp> get realliso/pop
  63. realliso/pop: A file or directory in the path name does not exist.
  64. ftp> mget realliso/*
  65. mget POP.POP? y
  66. 200 PORT subcommand request successful.
  67. 150 Retrieving member POP in file POP in library REALLISO.
  68. 250 File transfer completed successfully.
  69. 1 bytes received in 0.2035 seconds (0.004799 Kbytes/s)
  70. mget POP.X.AGESEX88? y
  71. 200 PORT subcommand request successful.
  72. 550 File must be specified by library/file.member.
  73. mget POP? y
  74. 200 PORT subcommand request successful.
  75. 550 File must be specified by library/file.member.
  76. ftp> 
  77.