<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ssh in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671461#M50682</link>
    <description>I don't know the cause of your scp/sftp copy error.&lt;BR /&gt;&lt;BR /&gt;As for the limitations of the scp/sftp implementation in TCP/IP Services, that is due to the version of the SFTP protocol that the software implements.  Prior to version 4 of the protocol the only access defined was binary (stream of bytes) access.  Version 4 adds text mode access; versions 5 and 6 refine the protocol to reduce the problems with dealing with dis-similar systems.&lt;BR /&gt;&lt;BR /&gt;Most implementations are still version 3.&lt;BR /&gt;&lt;BR /&gt;SCP2/SFTP come from the Unix world and have many characteristics of an application designed for that world without thinking about how it could work with dis-similar systems.</description>
    <pubDate>Tue, 15 Nov 2005 08:55:58 GMT</pubDate>
    <dc:creator>Richard Whalen</dc:creator>
    <dc:date>2005-11-15T08:55:58Z</dc:date>
    <item>
      <title>ssh</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671458#M50679</link>
      <description>Hello,&lt;BR /&gt;   I am trying to copy data files using scp/sftp to another I64 host and keep getting the following error:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;xxx_xxxxxxx.dat                 |   61kB |   7.7 kB/s | ETA: 00:00:03 |  68%tcpip$ssh_scp2.exe: warning: xxx_xxxxxxx.dat (src): got)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%TCPIP-E-SSH_FC_ERROR, undetermined error within sshfilecopy&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I was reading in the documentation that I can only send files of the following type:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;File transfer is limited to OpenVMS files with the following record formats (as displayed by the DIRECTORY/FULL command): &lt;BR /&gt;STREAM_LF &lt;BR /&gt;Fixed-length 512-byte records &lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Is this true? If so, who in the world can limit all secure file transfers to meet such ridiculous criteria on an OpenVMS system?&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 14 Nov 2005 16:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671458#M50679</guid>
      <dc:creator>Eric_369</dc:creator>
      <dc:date>2005-11-14T16:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: ssh</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671459#M50680</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;Are you trying transfer from OpenVMS/I64 to OpenVMS/I64?.&lt;BR /&gt;&lt;BR /&gt;There is a restriction in OpenVMS 8.2/I64 only on large file transfer.&lt;BR /&gt;&lt;BR /&gt;You may need to adjust memory parameters (WSDEF, WSQUO, WSEXTENT,and PGFLQUO) to accommodate the memory requirements of the file copy client and server. The exact value depends on system resources and virtual memory configuration.&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Mon, 14 Nov 2005 17:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671459#M50680</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-14T17:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: ssh</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671460#M50681</link>
      <description>It's very likely true, as this is software&lt;BR /&gt;devleoped on UNIX-like systems for use on&lt;BR /&gt;UNIX-like systems, and these file formats are&lt;BR /&gt;the ones which most closely map onto the UNIX&lt;BR /&gt;stream-of-bytes file model.  Such programs&lt;BR /&gt;may be useful tools when interacting with a&lt;BR /&gt;UNIX-like system.  Who in the world expects&lt;BR /&gt;such programs to cope with file systems as&lt;BR /&gt;feature-rich as the ones on VMS?&lt;BR /&gt;&lt;BR /&gt;Various other schemes are possible, including&lt;BR /&gt;use of a VPN, explicit PGP or GnuPG&lt;BR /&gt;encryption, pre-/post-processing the file(s)&lt;BR /&gt;using Zip/UnZip, and so on.  Knowing only&lt;BR /&gt;that you don't approve of one particular&lt;BR /&gt;solution is not much help in choosing a&lt;BR /&gt;suitable alternative.</description>
      <pubDate>Mon, 14 Nov 2005 17:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671460#M50681</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-11-14T17:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: ssh</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671461#M50682</link>
      <description>I don't know the cause of your scp/sftp copy error.&lt;BR /&gt;&lt;BR /&gt;As for the limitations of the scp/sftp implementation in TCP/IP Services, that is due to the version of the SFTP protocol that the software implements.  Prior to version 4 of the protocol the only access defined was binary (stream of bytes) access.  Version 4 adds text mode access; versions 5 and 6 refine the protocol to reduce the problems with dealing with dis-similar systems.&lt;BR /&gt;&lt;BR /&gt;Most implementations are still version 3.&lt;BR /&gt;&lt;BR /&gt;SCP2/SFTP come from the Unix world and have many characteristics of an application designed for that world without thinking about how it could work with dis-similar systems.</description>
      <pubDate>Tue, 15 Nov 2005 08:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671461#M50682</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2005-11-15T08:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: ssh</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671462#M50683</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;Who in the world expects&lt;BR /&gt;such programs to cope with file systems as&lt;BR /&gt;feature-rich as the ones on VMS?&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I guess someone who finds these (scp/sftp) applications on the OpenVMS platform! &lt;BR /&gt;I suppose on a platform as feature rich as the OpenVMS platform one would expect to find a simple method of transfering those feature rich files securely, without having to go throught the tortures of the condemned (pc), while maintaining fdl integrity!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;Knowing only&lt;BR /&gt;that you don't approve of one particular&lt;BR /&gt;solution is not much help in choosing a&lt;BR /&gt;suitable alternative.&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Now that is a stretch! I approve of the method; not however, of the utilities' extent. If I can only copy files with 512 byte records to other hosts with scp/sftp why in the world would anyone boast of these applications as solutions? They are more of a hinderance than a solution. A solution would be an application that could be used to tranfer any type of file securely between hosts. Maybe a secure file transfer protocal that is truly secure "FTP", emphasis on FTP. I guess we have different interpretations for the word "solution." You can interpret this as sarcasm! Instead of calling these applications 'sftp' and 'scp' they should call them 'sftp512 and 'scp512.' The question is, who will write sftp1, sftp2, sftp3', ..., sftpn; and scp1, scp2, scp3, ..., scpn' where 'n' stands for record length of the file. If regular old FTP worked like that it wouldn't be around for as long as it has. Hopefully we all understand the implications.&lt;BR /&gt;Anyway, I'm done with the sarcastic remarks. Please forgive my diatribe, I couldn't resist :)&lt;BR /&gt;&lt;BR /&gt;Is it true, definitively, that only files w/512 byte records can be transfered between OpenVMS hosts using scp/sftp? If so is there a zip application which I might find, for OpenVMS, whereby I can password protect the zip files I'm transfering while maintaining the fdl format?&lt;BR /&gt;&lt;BR /&gt;Thanks for bearing with me!&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Nov 2005 14:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671462#M50683</guid>
      <dc:creator>Eric_369</dc:creator>
      <dc:date>2005-11-15T14:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: ssh</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671463#M50684</link>
      <description>&amp;gt; If I can only copy files with 512 byte&lt;BR /&gt;&amp;gt; records to other hosts with scp/sftp why&lt;BR /&gt;&amp;gt; in the world would anyone boast of these&lt;BR /&gt;&amp;gt; applications as solutions?  [...]&lt;BR /&gt;&lt;BR /&gt;Hammers may make very poor screwdrivers, but&lt;BR /&gt;that does not make them useless tools.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is it true, definitively, [...]&lt;BR /&gt;&lt;BR /&gt;You distrust the documentation _and_ your&lt;BR /&gt;own experience (and plausible explanations)?&lt;BR /&gt;&lt;BR /&gt;The usual Info-ZIP Zip/UnZip programs have&lt;BR /&gt;some built-in encryption features ("Zip -e"&lt;BR /&gt;and "UnZip -P" are the critical options, I&lt;BR /&gt;believe), but I have no experience with them,&lt;BR /&gt;and I don't know much about the encryption&lt;BR /&gt;quality (although it could be swell).&lt;BR /&gt;&lt;BR /&gt;One could also use "Zip -V" (or even BACKUP,&lt;BR /&gt;with some extra fooling around) to ensure RMS&lt;BR /&gt;attribute preservation, then move the archive&lt;BR /&gt;(a fixed-512 file) using scp/sftp, and unpack&lt;BR /&gt;the result at the other end.&lt;BR /&gt;&lt;BR /&gt;You could probably do something with separate&lt;BR /&gt;FDL files, too, but that sounds to me like&lt;BR /&gt;too much work&lt;BR /&gt;&lt;BR /&gt;If you need Zip/UnZip with large-file (&amp;gt;2GB)&lt;BR /&gt;capability, let me know.</description>
      <pubDate>Tue, 15 Nov 2005 15:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh/m-p/3671463#M50684</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-11-15T15:45:49Z</dc:date>
    </item>
  </channel>
</rss>

