1752630 Members
5823 Online
108788 Solutions
New Discussion юеВ

Re: SFTP

 
SOLVED
Go to solution
robert70
Valued Contributor

Re: SFTP

"ls" fails whenever you log in
robert70
Valued Contributor

Re: SFTP

Duncan
How do you update the stack?
thanks
Hoff
Honored Contributor

Re: SFTP

How do you update the TCP/IP Services stack? Well, by coincidence, I just answered that in another thread:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1366372
robert70
Valued Contributor

Re: SFTP

does it matter if I install the JA release of this?
robert70
Valued Contributor

Re: SFTP

Jan 05 2007 00:00 31669287 TCPIPJA_ECO-V0503-182.PCSI-DCX_AXPEXE
Apr 30 2008 00:00 2296 TCPIPJA_ECO-V0503-182.txt

Am I looking at the right kit here?
Duncan Morris
Honored Contributor

Re: SFTP

Robert,

I think that this is the JAPANESE kit!

Go through the itrc search page:

http://www13.itrc.hp.com/service/patch/search.do?BC=main|&pageOsid=openvms

Duncan Morris
Honored Contributor

Re: SFTP

If you want direct FTP access, use

ftp://ftp.itrc.hp.com/openvms_patches/alpha/V7.3-2/


Steven Schweda
Honored Contributor

Re: SFTP

> If you want direct FTP access, use
> [...]

Right. The headless chicken who organized
this stuff spread it around pretty well. It
often helps to start at:

ftp://ftp.itrc.hp.com/openvms_patches/

and then explore more branches of the tree
than you would reasonably expect to be
useful.
Hoff
Honored Contributor

Re: SFTP

> Am I looking at the right kit here?

No. The JA variants are the Japanese language variant kits.

Read the associated text files, too. Those files are the release notes for the kits, and (bluntly) there can be the occasional, um, surprises lurking within some of the patch kits.

As for patch area access directly from an IP-connected OpenVMS box:

DIRECTORY /FTP /ANONYMOUS -
ftp.itrc.hp.com::"/slash/path/to/file"

and

COPY /FTP /ANONYMOUS ...

There's also the master listing file (over in the OpenVMS directory) that is worth a read.

If you're running Mac OS X, you can typically run all this processing right from Finder, including reading the release notes text files and the patch download.

robert70
Valued Contributor

Re: SFTP

loaded the new eco kit Duncan

problem using SSH

errors as follows:-

DAVE$ sftp2 egduser@128.8.204.122
warning: Unrecognized configuration parameter 'AuthorizationFile'.
warning: Failed to parse some variables from config file '/etc/ssh2/ssh2_config'
.
warning:

******************

You may have a old style configuration file. Please follow the
instructions in the release notes to use the new configuration
files.

******************


tcpip$ssh_ssh2: FATAL: Error reading config file /etc/ssh2/ssh2_config.

Warning: child process (/sys$system/tcpip$ssh_ssh2) exited with code 188.


%TCPIP-E-SSH_FC_ERROR, error in ssh file transfer operation
DAVE$ sftp egduser@128.8.204.122
warning: Unrecognized configuration parameter 'AuthorizationFile'.
warning: Failed to parse some variables from config file '/etc/ssh2/ssh2_config'
.
warning:

******************

You may have a old style configuration file. Please follow the
instructions in the release notes to use the new configuration
files.

******************


tcpip$ssh_ssh2: FATAL: Error reading config file /etc/ssh2/ssh2_config.

Warning: child process (/sys$system/tcpip$ssh_ssh2) exited with code 188.


%TCPIP-E-SSH_FC_ERROR, error in ssh file transfer operation
DAVE$


any clues?