home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!wupost!uwm.edu!linac!unixhub!lll-winken!taco!unity.ncsu.edu!realliso
- From: realliso@unity.ncsu.edu (Robert Allison)
- Newsgroups: comp.protocols.tcp-ip
- Subject: ftp from AS/400 to RS/6000 (filename problem)
- Message-ID: <1992Aug18.224346.20285@ncsu.edu>
- Date: 18 Aug 92 22:43:46 GMT
- Sender: news@ncsu.edu (USENET News System)
- Organization: North Carolina State University Project Unity
- Lines: 66
-
- I have loaded a tape from the census bureau onto an
- AS/400 and need to ftp it over to my RS/6000.
-
- I seem to be having trouble with the file-name that
- I am specifying (ok, not just 'seem' -- I definitely
- *am* having trouble with my file name:)
-
- Can anyone help me get the secret formula right?
-
- Below, I have cut-n-pasted some of my ftp session
- so you might be able to tell where I am going wrong.
- The files are on the AS/400, and I'm starting the
- ftp session on the RS/6000.
-
- Thanks!
- Robert Allison (realliso@unity.ncsu.edu)
-
- $ ftp cimas400
- Connected to cimas400.tx.ncsu.edu.
- 220-QTCP at CIMAS400.TX.NCSU.EDU.
- 220 Connection will close if idle more than 5 minutes.
- Name (cimas400:realliso):
- 331 Enter password.
- Password:
- 230 REALLISO logged on.
-
- ftp> ls
- 200 PORT subcommand request successful.
- 125 List started.
- POP.POP
- POP.X.AGESEX88
- POP
- 250 List completed successfully.
- ftp>
-
- ftp> mget *
- mget POP.POP? y
- 200 PORT subcommand request successful.
- 150 Retrieving member POP in file POP in library REALLISO.
- 250 File transfer completed successfully.
- 1 bytes received in 0.3504 seconds (0.002787 Kbytes/s)
- mget POP.X.AGESEX88? y
- 200 PORT subcommand request successful.
- 550 File must be specified by library/file.member.
- mget POP? y
- 200 PORT subcommand request successful.
- 550 File must be specified by library/file.member.
- ftp>
-
- ftp> get realliso/pop.x.agesex88
- realliso/pop.x.agesex88: A file or directory in the path name does not exist.
- ftp> get realliso/pop
- realliso/pop: A file or directory in the path name does not exist.
- ftp> mget realliso/*
- mget POP.POP? y
- 200 PORT subcommand request successful.
- 150 Retrieving member POP in file POP in library REALLISO.
- 250 File transfer completed successfully.
- 1 bytes received in 0.2035 seconds (0.004799 Kbytes/s)
- mget POP.X.AGESEX88? y
- 200 PORT subcommand request successful.
- 550 File must be specified by library/file.member.
- mget POP? y
- 200 PORT subcommand request successful.
- 550 File must be specified by library/file.member.
- ftp>
-