Re: scp to VMS

Nicholas Clark <[email protected]> Sat, 2 Jun 2012 19:22:39 +0100
Newsgroups gmane.comp.lang.perl.ports.vms
Message-ID <[email protected]>
On Sat, Jun 02, 2012 at 12:13:26PM -0500, John E. Malmberg wrote:
> VMS Engineering has given us some feedback on SCP:
> 
> The pscp program from Linux "putty tools" package will work with the VMS 
> SCP program.
> 
> I tested this and it work.

I already seem to have it installed on the local Ubuntu machine.
(Side effect of playing with pterm, after getting fed up with Gnome terminal)

> This package does not appear to be available for Mac OS-X, so I do not 
> have a solution there.

It all builds from source, once I remove the -Werror

(It finds the Gtk I have installed from macports, and one of the putty
programs is using functions which this version of Gtk has marked as deprecated)

Thanks for finding this.

Nicholas Clark