home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!mccall!cmu-tek-newsgate!list
- Newsgroups: vmsnet.networks.tcp-ip.cmu-tek
- Subject: RE: FTP - Long records on Unix side.
- Message-ID: <00965697.A56E0620.30183@nscvax.princeton.edu>
- From: Mighty Firebreather <dragon@nscvax.princeton.edu>
- Date: Mon, 21 Dec 1992 09:06:21 EST
- Reply-To: CMU-OpenVMS-IP@drycas.club.cc.cmu.edu
- Organization: The Internet
- Return-Path: <@andrew.cmu.edu:CMU-OpenVMS-IP-Request@drycas.club.cc.cmu.edu@mccall.com>
- CC: dit@vaxser.grumed.fu-berlin.de
- Errors-To: CMU-OpenVMS-IP-Request@drycas.club.cc.cmu.edu
- Lines: 56
-
- Karl-Heinz Dittberner <dit@vaxser.grumed.fu-berlin.de> writes:
- >
- >Hi, there in tcp/ip land,
- >
- >I'm running into a problem, I've never seen when ftp'ing:
- >
- >$ SET RMS /DISK /BLOCK=127 /BUFFER=127
- >$ FTP/HASH 130.207.224.26 ! Node: gauss.eedsp.gatech.edu
- >%FTP-I-HASH_SET, Hash display ON
- >%FTP-I-ATTEMPTING, Attempting to connect to host 130.207.224.26
- >220 gauss.eedsp.gatech.edu FTP server (SunOS 4.1) ready.
- >login anonymous
- >...
- >
- >230 Guest login ok, access restrictions apply.
- >!!!binary
- >get "Mathematica/SigProc2.0.mac.sea.hqx" SIGPROC_2_0_MAC_SEA.HQX
- >200 PORT command successful.
- >150 ASCII data connection for Mathematica/SigProc2.0.mac.sea.hqx (130.133.15.2,1
- >5194) (1889223 bytes).
- >###############################################################
- >%STR-F-STRTOOLON, string is too long (greater than 65535)
- > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- >%FTP-I-ATTEMPTING_ABOR, Attempting to amicably abort data transfer.
- >%RMS-F-RSZ, invalid record size
- >%FTP-I-ATTEMPTING_ABOR, Attempting to amicably abort data transfer.
- >close
- >550 Mathematica/SigProc2.0.mac.sea.hqx: Broken pipe.
- >%FTP-E-COMMAND_ERROR, Error sending command QUIT
- >-FTP-E-NO_ACTION, Requested action not taken. File unavailable.
- >225 ABOR command successful.
- >225 ABOR command successful.
- >221 Goodbye.
- >___________________________________
- >
- >What's there going on. I've tried ftp'ing with setting to
- >"binary" too, which will give the same error message.
- >Config is:
- > VMS V 5.3-1 + CMU/Tek-IP V 6.6-5 (with time patch).
- >
-
- Try:
-
- $ SET RMS /DISK /BLOCK=64 /BUFFER=64
- $ FTP/HASH 130.207.224.26 ! Node: gauss.eedsp.gatech.edu
- etc.
-
-
-
- *************************************************************************
- * *
- * Here, there be dragons! *
- * dragon@nscvax.princeton.edu *
- * *
- * Richard B. Gilbert *
- *************************************************************************
-