>
>I am trying to run the ftp command on Windows (7) against an FTP server on
>VMS 7.3 (the UCX version of TCP/IP). I am sure this has worked in the past,
>but now when I try it connects successfully but VMS never sends back the
>login prompt. I tried running FTP on the VMS system back to itself and the
>prompt came straight back.
>
>Sniffing the packets I see a SYN from Windows, SYN-ACK from VMS and then ACK
>back to VMS. 60 seconds later Windows resets the connection.
>
Are you sure the windows firewall is not fouling things up? Can you FTP
>from the same windows machine to any other FTP server?
I vaguely remember a problem with the VMS TCPIP wanting to do a reverse dns
lookup of the client making the connection and this holding things up for
a while if it did not complete due to lack of access to dns servers etc.
However, I don't recall it causing the connection to fail.
>
> ISTR, isn't there an option for command line FTP to disable/enable
>local echo, or something to that effect? Have you tried a GUI FTP client?
>
I would stick with the command line FTP client. Many of the GUI FTP clients
for windows assume a unix or windows filesystem on the server and
completely fail to cope with the syntax of VMS filenames. Even the ones
that claim to understand VMS can still run into difficulties. I think part
of the problem is that the RFC describing FTP says that filenames should
be in the servers format rather than in a platform independant format and
the GUI FTP client producers tend to do what they think should work rather
than follow the RFCs to the letter.
Regards,
Peter Coghlan
> Regrettably that did not help either, I think it is something more
> fundamental than that. Does the following tell you anything?
>
> TCPIP> sh service ftp /fu
>
> Service: FTP
> State: Enabled
> Port: 21 Protocol: TCP Address: 0.0.0.0
> Inactivity: 5 User_name: TCPIP$FTP Process: TCPIP$FTP
> Limit: 10 Active: 1 Peak: 3
>
> File: TCPIP$SYSTEM:TCPIP$FTP_RUN.COM
> Flags: None
>
> Socket Opts: Rcheck Scheck
> Receive: 0 Send: 0
>
> Log Opts: Acpt Actv Dactv Conn Error Exit Logi Logo Mdfy Rjct TimO Addr
> File: SYS$SYSDEVICE:[TCPIP$FTP]TCPIP$FTP_RUN.LOG
>
> Security
> Reject msg: not defined
> Accept host: 0.0.0.0
> Accept netw: 0.0.0.0
My VMSfu is rusty, but that looks reasonable. What happens when you telnet
to port 21 from another host? You should get a message like
220 blah.foo.invalid FTP server ready
--
------------------------------------ personal: http://www.cameronkaiser.com/ --
Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com
-- What use is magic if it can't save a unicorn? -- Beagle, "The Last Unicorn"
I'm having difficulty trying to locate this CP/M files, XLT80.COM and
XLT80.ASM , this is a Z80/8080 translator.
I found the file listed on this archive index
http://ftp.gaby.de/pub/cpm/znode51/fog/
I did a site search for this without any luck on
www.bitsavers.org/bits/Users_Groups/FOG/
It seems most of the files on there are disk images only.
Also did a site search for this without any luck on this Walnut Creek
archive http://www.retroarchive.org/cpm/cdrom/
Would somebody know of more archives that have original files instead of
disk images ?
thanks !
=Dan
Today as I was looking through the warehouse in one of the boxes were
several digital manuals. One was a 1990 October-December Systems and
Options Catalog on Vax Systems/Decsystems. It's a great read full of
lots detail about each system.
JK
> REPLY/ENA did not show me any messages (I already had the console open in
> any case).
>
> Tried using Internet Explorer ftp://blah, after a while this comes up on the
> console:
>
> %%%%%%%%%%% OPCOM 21-APR-2010 20:03:59.18 %%%%%%%%%%%
> Message from user AUDIT$SERVER on VAX3
> Security alarm (SECURITY) and security audit (SECURITY) on VAX3, system id:
> 1031
> Auditable event: Network login failure
> Event time: 21-APR-2010 20:03:59.14
> PID: 2020021B
> Process name: TCPIP$FTPC00005
> Username: anonymous
> Remote nodename: 192.168.0.15
> Remote node id: 3232235535 (0.15)
> Remote username: FTP_C0A8000F
> Status: %LOGIN-F-NOSUCHUSER, no such user
Sounds like you don't have anonymous access configured on your server. Try
ftp://user:pass at blah
--
------------------------------------ personal: http://www.cameronkaiser.com/ --
Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com
-- FORTUNE: Travel is important today. The IRS will arrive tomorrow. ----------
ISTR, isn't there an option for command line FTP to disable/enable
local echo, or something to that effect? Have you tried a GUI FTP client?
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Program Files\Windows Resource Kits\Tools>ftp /?
Transfers files to and from a computer running an FTP server service
(sometimes called a daemon). Ftp can be used interactively.
FTP [-v] [-d] [-i] [-n] [-g] [-s:filename] [-a] [-A] [-x:sendbuffer]
[-r:recvbuf
fer] [-b:asyncbuffers] [-w:windowsize] [host]
-v Suppresses display of remote server responses.
-n Suppresses auto-login upon initial connection.
-i Turns off interactive prompting during multiple file
transfers.
-d Enables debugging.
-g Disables filename globbing (see GLOB command).
-s:filename Specifies a text file containing FTP commands; the
commands will automatically run after FTP starts.
-a Use any local interface when binding data connection.
-A login as anonymous.
-x:send sockbuf Overrides the default SO_SNDBUF size of 8192.
-r:recv sockbuf Overrides the default SO_RCVBUF size of 8192.
-b:async count Overrides the default async count of 3
-w:windowsize Overrides the default transfer buffer size of 65535.
host Specifies the host name or IP address of the remote
host to connect to.
Notes:
- mget and mput commands take y/n/q for yes/no/quit.
- Use Control-C to abort commands.
C:\Program Files\Windows Resource Kits\Tools>
Message: 11
Date: Wed, 21 Apr 2010 09:39:43 -0400
From: Jason McBrien <jbmcb1 at gmail.com>
Subject: Re: FTP from Windows to VMS
To: "General Discussion: On-Topic and Off-Topic Posts"
<cctalk at classiccmp.org>
Message-ID:
<j2h5f7d1b0e1004210639pb6087183z688f9a2e47d900d4 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Wild guess - try passive mode? Run FTP, type LITERAL PASV, then OPEN
ftp.vaxy.whatever
On Mon, Apr 19, 2010 at 5:07 PM, Rob Jarratt
<robert.jarratt at ntlworld.com>wrote:
> > I am trying to run the ftp command on Windows (7) against an FTP
server on
> > VMS 7.3 (the UCX version of TCP/IP). I am sure this has worked in
the past,
> > but now when I try it connects successfully but VMS never sends
back the
> > login prompt. I tried running FTP on the VMS system back to itself
and the
> > prompt came straight back.
> >
> > Sniffing the packets I see a SYN from Windows, SYN-ACK from VMS and
then
> > ACK
> > back to VMS. 60 seconds later Windows resets the connection.
> >
> > Has anyone else seen this and know the solution?
> >
> > Thanks
> >
> > Rob
> >
--
--- Dave Woyciesjes
--- ICQ# 905818
--- AIM - woyciesjes
--- CompTIA A+ Certified IT Tech - http://certification.comptia.org/
--- HDI Certified Support Center Analyst - http://www.ThinkHDI.com/
Registered Linux user number 464583
"From there to here,
From here to there,
Funny things
are everywhere."
--- Dr. Seuss
> On 4/20/10 10:47 AM, H?lscher wrote:
>> Has anyone got manuals for the DEC DMP-11 synchronous serial interface?
>> It was a common interface for multipoint DDCMP DECnet connections in the
>> era before Ethernet became well-established.
>>
> On Tue, 20 Apr 2010 12:03:45, Al Kossow wrote:
> The documents for the DMR-11, which uses the same board set, is on bitsavers
> under pdp11/unibus.
> I don't know what the difference is between the DMP and DMR
AA-H803C-TE DECnet-VAX System Manager's Guide says on page 2-45:
"DECnet-VAX supports four DDCMP line devices:
the DMC-11, the DMR-11, the DMP-11, and the DMF-32 synchronous line.
The DMC-11 and the DMR-11 are point-to-point line devices and are
considered identical. The DMP-11 is either a multipoint control,
or multipoint tributary line device.
The DMF-32 synchronous line is a point-to-point or multipoint tributary line device."
The boards are identical at the module number level seemingly, but there are most
probably different subtypes of the M8207 DMx microprocessor and/or M8203 line units
I think the M8207-RA is for the DMR11 and the M8207-YA/YB/YC is for the DMP11.
Anyone to confirm or doubt that?
Regards,
Ulli
Wild guess - try passive mode? Run FTP, type LITERAL PASV, then OPEN
ftp.vaxy.whatever
On Mon, Apr 19, 2010 at 5:07 PM, Rob Jarratt <robert.jarratt at ntlworld.com>wrote:
> I am trying to run the ftp command on Windows (7) against an FTP server on
> VMS 7.3 (the UCX version of TCP/IP). I am sure this has worked in the past,
> but now when I try it connects successfully but VMS never sends back the
> login prompt. I tried running FTP on the VMS system back to itself and the
> prompt came straight back.
>
> Sniffing the packets I see a SYN from Windows, SYN-ACK from VMS and then
> ACK
> back to VMS. 60 seconds later Windows resets the connection.
>
> Has anyone else seen this and know the solution?
>
> Thanks
>
> Rob
>
Has anyone got manuals for the DEC DMP-11 synchronous serial interface?
It was a common interface for multipoint DDCMP DECnet connections in the
era before Ethernet became well-established.
Any hints welcome!
Regards,
Ulli