You are looking for SFTP which is available in Multinet from Process Software.
Regards,
Christoph Gartmann
--
Max-Planck-Institut fuer Phone : +49-761-5108-464 Fax: -452
Immunbiologie
Postfach 1169 Internet: gartmann@immunbio dot mpg dot de
D-79011 Freiburg, Germany
http://www.immunbio.mpg.de/home/menue.html
gart...@nonsense.immunbio.mpg.de (Christoph Gartmann) wrote on 03/19/2007
09:30:00 AM:
> In article <OF1803BD90.307379E6-ON852572A3.0049A3CA-852572A3.
> 0049...@metso.com>, norm.r...@metso.com writes:
> >
> >Does anyone know of any FTP over SSL available for OpenVMS Alpha V7.3*?
> >Pointer?
>
> You are looking for SFTP which is available in Multinet from
ProcessSoftware.
With all due respect, I have Multinet running, and Process informs me that
they
do not yet have FTP over SSL but are not unaware of it.
I have an app which is asking specifically for FTP over SSL. I have been
informed
that at least on Windows download is available...so the question stands.
-Norm
"Everything worthwhile eventually degenerates into real work." -Murphy
Jeff Coffield
>>Does anyone know of any FTP over SSL available for OpenVMS Alpha V7.3*?
>>Pointer?
>
> You are looking for SFTP which is available in Multinet from Process Software.
That would be FTP over SSH, though. FTP over SSL isn't the same thing.
Under SSH it is invoked with the command "sftp".
To my knowledge, FTP under SSL is not available under VMS.
I would like to have it also.
Regards,
Mike Farrell
-----Original Message-----
From: norm.r...@metso.com [mailto:norm.r...@metso.com]
Sent: Monday, March 19, 2007 9:39 AM
To: Info...@Mvb.Saic.Com
Subject: Re: FTP over SSL
gart...@nonsense.immunbio.mpg.de (Christoph Gartmann) wrote on
03/19/2007
09:30:00 AM:
> In article <OF1803BD90.307379E6-ON852572A3.0049A3CA-852572A3.
> 0049...@metso.com>, norm.r...@metso.com writes:
> >
> >Does anyone know of any FTP over SSL available for OpenVMS Alpha
V7.3*?
> >Pointer?
>
> You are looking for SFTP which is available in Multinet from
> Does anyone know of any FTP over SSL available for OpenVMS Alpha V7.3*?
> Pointer?
The answer might depend on whether you seek a client or a server (or
both). Kermit might offer a client.
------------------------------------------------------------------------
Steven M. Schweda sms@antinode-org
382 South Warwick Street (+1) 651-699-9818
Saint Paul MN 55105-2547
I think cURL may do what you want. Although usually described
as a a web page retriever, it does also do ftp, and there is an
SSL version. (I've done ftp, haven't tried it with SSL myself.)
--
B. Z. Lederman. My personal opinions.
SFTP (SSH File transfer protocol) and FTP over SSL (FTPS) are different things
see
http://en.wikipedia.org/wiki/FTPS
and
http://en.wikipedia.org/wiki/SSH_file_transfer_protocol
David Webb
Security team leader
CCSS
Middlesex University
>Jeff Coffield
lede...@encompasserve.org (B. Z. Lederman) wrote on 03/19/2007 10:47:02
AM:
> >> In article <OF1803BD90.307379E6-ON852572A3.0049A3CA-852572A3.
> >> 0049...@metso.com>, norm.r...@metso.com writes:
> >> >
> >> >Does anyone know of any FTP over SSL available for OpenVMS Alpha
V7.3*?
> >> >Pointer?
>
> I think cURL may do what you want. Although usually described
> as a a web page retriever, it does also do ftp, and there is an
> SSL version. (I've done ftp, haven't tried it with SSL myself.)
>
> http://curl.haxx.se
>
I haven't been able to grok curl on VMS (albeit with minimum research).
My VMS machines do not have access to any DNS server. Is that a
show-stopper. I tried giving it an IP-address instead but the results
were not what I expected. Actually I did not know what to expect, but
do not remember it returning anything useful.
At any rate, this app apparently needs to transfer information and I
have to check to see it the transfer is from-only or two-way.
>> >> >Does anyone know of any FTP over SSL available for OpenVMS Alpha
> V7.3*?
>> >> >Pointer?
As a cludgey approach can't you set up a small box to do the FTP over SSL
with the directories on your Alpha NFS mounted, or a shared drives with
something like SAMBA?
Doc.
Naw, that's not cludgey enough. We'll probably use FTP from VMS to a
Windows server, then FTPS from there to the remote app, and the same to
reverse the process. The security is not needed internally.
>
> Doc.
I did a quick test of ftps with curl 7.16.1 using this command...
$ curl -v --ftp-ssl-reqd ftps://user:pa...@knife.kuhrt.net:21
Where user was the username and pass was the password on knife
(a Mac runnning CrushFTP4 that does ftps) and it worked (somewhat).
It connected and did all the right things, but my CACERT setup
was wrong, so it failed (but that wasn't a cURL or CrushFTP
problem).
SFTP on the otherhand is _not_ supported in cURL. At least not
in the build I distribute on the curl.haxx.se site. If you want
to try and build it with the SSH2 stuff, be my guest, and let me
know how you got it to work.
Since I use curl to do website testing I don't use, or test, the
ftp stuff.
Regards,
Marty