<?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: sftp on openvms in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697068#M59971</link>
    <description>Bill,&lt;BR /&gt;&lt;BR /&gt;this is SFTP cmnd Synopsis, you can give the necessary options if you know.&lt;BR /&gt;&lt;BR /&gt;$ SFTP [-D ] [-b batchfile] [-S path][-h][-v] [-P ssh-port] user@host&lt;BR /&gt;&lt;BR /&gt;-D debug-level Displays debug information. The debug-level value is a number between 0&lt;BR /&gt;and 99&lt;BR /&gt;&lt;BR /&gt;-b batchfile Reads commands from a file instead of from SYS$INPUT.&lt;BR /&gt;&lt;BR /&gt;-S ssh-path Specifies an alternate location for the SSH server executable file.&lt;BR /&gt;&lt;BR /&gt;-h Displays information about how to use the SFTP utility.&lt;BR /&gt;&lt;BR /&gt;-V Displays the version of SSH.&lt;BR /&gt;&lt;BR /&gt;-P Tells SFTP on which port the SSH server is listening.</description>
    <pubDate>Thu, 22 Dec 2005 17:32:00 GMT</pubDate>
    <dc:creator>Arch_Muthiah</dc:creator>
    <dc:date>2005-12-22T17:32:00Z</dc:date>
    <item>
      <title>sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697066#M59969</link>
      <description>Could someone please post an example of using sftp in batch mode on openvms.&lt;BR /&gt;&lt;BR /&gt;we are running &lt;BR /&gt;HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 5&lt;BR /&gt;on a AlphaServer 1200 5/400 4MB running OpenVMS V7.3-2  &lt;BR /&gt;</description>
      <pubDate>Thu, 22 Dec 2005 14:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697066#M59969</guid>
      <dc:creator>Bill Stewart_4</dc:creator>
      <dc:date>2005-12-22T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697067#M59970</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;try this...&lt;BR /&gt;&lt;BR /&gt;$ sftp -bbatch_file username@host&lt;BR /&gt;&lt;BR /&gt;try this also&lt;BR /&gt;$sftp -bbatch_file 'usrname':'psswrd'@'node'&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Thu, 22 Dec 2005 17:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697067#M59970</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-12-22T17:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697068#M59971</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;this is SFTP cmnd Synopsis, you can give the necessary options if you know.&lt;BR /&gt;&lt;BR /&gt;$ SFTP [-D ] [-b batchfile] [-S path][-h][-v] [-P ssh-port] user@host&lt;BR /&gt;&lt;BR /&gt;-D debug-level Displays debug information. The debug-level value is a number between 0&lt;BR /&gt;and 99&lt;BR /&gt;&lt;BR /&gt;-b batchfile Reads commands from a file instead of from SYS$INPUT.&lt;BR /&gt;&lt;BR /&gt;-S ssh-path Specifies an alternate location for the SSH server executable file.&lt;BR /&gt;&lt;BR /&gt;-h Displays information about how to use the SFTP utility.&lt;BR /&gt;&lt;BR /&gt;-V Displays the version of SSH.&lt;BR /&gt;&lt;BR /&gt;-P Tells SFTP on which port the SSH server is listening.</description>
      <pubDate>Thu, 22 Dec 2005 17:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697068#M59971</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-12-22T17:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697069#M59972</link>
      <description>You will probably have to set up public key or host based authentication for batch mode to work.</description>
      <pubDate>Fri, 23 Dec 2005 08:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697069#M59972</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2005-12-23T08:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697070#M59973</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;using SFTP from batch mode requires more than just knowing how to specify the options for the SFTP command...&lt;BR /&gt;&lt;BR /&gt;I've found the following manual to best provide the necessary pieces of information:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/products/ssh/ssh.pdf" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/ssh/ssh.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I've followed the different chapters in this manual and have successfully set up the environment to run SFTP from a DCL procedure interactively (no prompt for password) with using user-based public key authentication.&lt;BR /&gt;&lt;BR /&gt;For BATCH mode, host based authentication seems to be necessary, as you can't run an SSH_AGENT in batch mode. The SSH_AGENT is required to ask for and store the passphrase for the user's key file(s).&lt;BR /&gt;&lt;BR /&gt;Once I'll get this running, I'll provide and describe the necessary steps (for TCPIP V5.5). There's a long weekend ahead, isn't it ;-)&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 23 Dec 2005 10:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697070#M59973</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-12-23T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697071#M59974</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;it works well with TCPIP V5.5. I've done the setup based on the 'HP TCP/IP Services for OpenVMS Guide to SSH (TCPIP V5.4)' manual referenced above.&lt;BR /&gt;&lt;BR /&gt;Here are my notes from the setup and an example BATCH procedure and logfile:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Setting up HOSTBASED Authentication&lt;BR /&gt;===================================&lt;BR /&gt;&lt;BR /&gt;On SSH Client:&lt;BR /&gt;&lt;BR /&gt;in TCPIP$SSH_DEVICE:[TCPIP$SSH.ssh2]SSH2_CONFIG.&lt;BR /&gt;&lt;BR /&gt;DefaultDomain domain.name ! make sure to enter full domain name of local node&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On SSH Server:&lt;BR /&gt;&lt;BR /&gt;TCPIP$SSH_DEVICE:SSHD2_CONFIG.&lt;BR /&gt;&lt;BR /&gt;    AllowedAuthentications              hostbased, publickey, password&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TCPIP$SSH_DEVICE:SHOSTS.EQUIV&lt;BR /&gt;&lt;BR /&gt;fully-qualified-client-IP-name username &lt;BR /&gt;&lt;BR /&gt;NOTE: use lowercase username for OpenVMS clients&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Copy from SSH Client &lt;BR /&gt;&lt;BR /&gt; TCPIP$SSH_DEVICE:[TCPIP$SSH.ssh2]hostkey.pub &lt;BR /&gt;&lt;BR /&gt;to SSH Server&lt;BR /&gt;&lt;BR /&gt; TCPIP$SSH_DEVICE:[TCPIP$SSH.ssh2.KNOWNHOSTS]fully_qualified_client_SSH-DSS.PUB&lt;BR /&gt;&lt;BR /&gt; e.g. NODE_DOMAIN_NAME_SSH-DSS.PUB (for client node node.domain.name)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Using SFTP from BATCH mode&lt;BR /&gt;==========================&lt;BR /&gt;&lt;BR /&gt;Use TCPIP V5.4 ECO 5 or TCPIP V5.5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ sftp "-B" "/userdisk1/halle/itrc/bf.ftp" hostname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Batchfile USERDISK1:[HALLE.ITRC]BF.FTP:&lt;BR /&gt;&lt;BR /&gt;ls login.com[lf]&lt;BR /&gt;cd [.itrc][lf]&lt;BR /&gt;get x.x[lf]&lt;BR /&gt;&lt;BR /&gt;NOTE: [lf] = each line needs to be terminated by [LF] character = ASCII 10.&lt;BR /&gt;      In TPU: [GOLD]10[GOLD][SPEC INS]&lt;BR /&gt;   or the file needs to be converted to STREAMLF record format &lt;BR /&gt;&lt;BR /&gt;NOTE: Files to be copied etc. by SFTP need to be in STREAMLF format:&lt;BR /&gt;      $ set file/attr=rfm:stmlf x.x&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Batch logfile:&lt;BR /&gt;&lt;BR /&gt;$ sftp "-B" "/userdisk1/halle/itrc/bf.ftp" hostname&lt;BR /&gt;sftp&amp;gt; ls login.com&lt;BR /&gt;login.com&lt;BR /&gt;&lt;BR /&gt;/userdisk1/halle/itrc&lt;BR /&gt;&lt;BR /&gt;x.x                       |          0 kB |   0.0 kB/s | TOC: 00:00:01 | 100%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Merry Christmas and a Happy New Year,&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 23 Dec 2005 11:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697071#M59974</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-12-23T11:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697072#M59975</link>
      <description>Correction:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;On SSH Server:&lt;BR /&gt;&lt;BR /&gt;TCPIP$SSH_DEVICE:[TCPIP$SSH.SSH2]SSHD2_CONFIG.&lt;BR /&gt;&lt;BR /&gt;AllowedAuthentications hostbased, publickey, password&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TCPIP$SSH_DEVICE:[TCPIP$SSH.SSH2]SHOSTS.EQUIV&lt;BR /&gt;&lt;BR /&gt;fully-qualified-client-IP-name username &lt;BR /&gt;&lt;BR /&gt;NOTE: use lowercase username for OpenVMS clients&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 12 Feb 2008 17:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697072#M59975</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-02-12T17:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697073#M59976</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I need to connect to an IP through SFTP from VMS. I have the user name password and the IP. I need to find out whether the file is present or not.&lt;BR /&gt;I tried like this&lt;BR /&gt;&lt;BR /&gt;sftp user_name@host password&lt;BR /&gt;&lt;BR /&gt;But it throwed the below error:&lt;BR /&gt;Too many arguments.&lt;BR /&gt;Usage: sftp2 [-D debug_level_spec] [-B batchfile] [-S path] [-h]&lt;BR /&gt;             [-V] [-P port] [-b buffer_size]&lt;BR /&gt;             [-4] [-6] "[-C]" [-o option_to_ssh2]&lt;BR /&gt;             [user@]host[#port]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please Help me out.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Sep 2010 13:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697073#M59976</guid>
      <dc:creator>CHANDRASEKARAN S</dc:creator>
      <dc:date>2010-09-30T13:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697074#M59977</link>
      <description>The clear text error tells You "Too many arguments".&lt;BR /&gt;There is no such argument "password" on the sftp command-line, only user@host.&lt;BR /&gt;When sftp starts, it will prompt for the password , unless You have a public key established.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Sep 2010 13:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697074#M59977</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-09-30T13:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697075#M59978</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When i try sftp user@host it is throwing the below error:&lt;BR /&gt;&lt;BR /&gt;Usage:  /sys$system/tcpip$ssh_ssh2 [POSIX or GNU style options] -f progfile [--] file ...&lt;BR /&gt;        /sys$system/tcpip$ssh_ssh2 [POSIX or GNU style options] [--] "program" file ...&lt;BR /&gt;POSIX options:          GNU long options:&lt;BR /&gt;        -f progfile             --file=progfile&lt;BR /&gt;        -F fs                   --field-separator=fs&lt;BR /&gt;        -v var=val              --assign=var=val&lt;BR /&gt;        -m[fr]=val&lt;BR /&gt;        -W compat               --compat&lt;BR /&gt;        -W copyleft             --copyleft&lt;BR /&gt;        -W copyright            --copyright&lt;BR /&gt;        -W help                 --help&lt;BR /&gt;        -W lint                 --lint&lt;BR /&gt;        -W posix                --posix&lt;BR /&gt;        -W source=program-text  --source=program-text&lt;BR /&gt;        -W usage                --usage&lt;BR /&gt;Warning: child process (/sys$system/tcpip$ssh_ssh2) exited with code 44.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%TCPIP-E-SSH_FC_ERROR, error in ssh file transfer operation&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 10:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697075#M59978</guid>
      <dc:creator>CHANDRASEKARAN S</dc:creator>
      <dc:date>2010-10-04T10:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697076#M59979</link>
      <description>&amp;gt;&amp;gt;&lt;BR /&gt; When i try sftp user@host it is throwing the below error:&lt;BR /&gt;Usage: /sys$system/tcpip$ssh_ssh2 [POSIX or GNU style options] -f progfile [--] file ...&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;The "usage" response shows again some syntax error/wrong arguments.&lt;BR /&gt;Would You show us what You REALLY type as the command?&lt;BR /&gt;Also version of system and TCPIP software:&lt;BR /&gt; TCPIP SHOW VERSION&lt;BR /&gt; sftp -v &lt;BR /&gt; show symbol sftp&lt;BR /&gt; show process /parse_style</description>
      <pubDate>Mon, 04 Oct 2010 11:17:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697076#M59979</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-10-04T11:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697077#M59980</link>
      <description>I types the below:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$sftp ezps@69.94.86.93&lt;BR /&gt;Usage:  /sys$system/tcpip$ssh_ssh2 [POSIX or GNU style options] -f progfile [--] file ...&lt;BR /&gt;        /sys$system/tcpip$ssh_ssh2 [POSIX or GNU style options] [--] "program" file ...&lt;BR /&gt;POSIX options:          GNU long options:&lt;BR /&gt;        -f progfile             --file=progfile&lt;BR /&gt;        -F fs                   --field-separator=fs&lt;BR /&gt;        -v var=val              --assign=var=val&lt;BR /&gt;        -m[fr]=val&lt;BR /&gt;        -W compat               --compat&lt;BR /&gt;        -W copyleft             --copyleft&lt;BR /&gt;        -W copyright            --copyright&lt;BR /&gt;        -W help                 --help&lt;BR /&gt;        -W lint                 --lint&lt;BR /&gt;        -W posix                --posix&lt;BR /&gt;        -W source=program-text  --source=program-text&lt;BR /&gt;        -W usage                --usage&lt;BR /&gt;Warning: child process (/sys$system/tcpip$ssh_ssh2) exited with code 44.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%TCPIP-E-SSH_FC_ERROR, error in ssh file transfer operation&lt;BR /&gt;&lt;BR /&gt;*****************************************&lt;BR /&gt;&lt;BR /&gt;$TCPIP SHOW VERSION&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.6 - ECO 3&lt;BR /&gt;  on an AlphaServer GS320 6/1224 running OpenVMS V8.3&lt;BR /&gt;&lt;BR /&gt;$&lt;BR /&gt;$sftp -v&lt;BR /&gt;Sftp2/SFTP2.C:5183: CRTL version (SYS$SHARE:DECC$SHARE ident) is: V8.3-01&lt;BR /&gt;&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1354: Making local connection.&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2120: Received SSH_FXP_INIT&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2165: version is 999&lt;BR /&gt;Ssh2SftpServer/SSHFILEXFERS.C:2227: Sending SSH_FXP_VERSION with sftp-version@openvms.hp.com as 3&lt;BR /&gt;SshFileXferClient/SSHFILEXFERC.C:1432: ssh_file_client_receive_proc: coming in with extension data, OpenVMS host&lt;BR /&gt;SshFileXferClient/SSHFILEXFERC.C:1478: vms_plus_sftp_version = 3&lt;BR /&gt;SshFileCopy/SSHFILECOPY.C:1293: Connection to local, ready to serve requests.&lt;BR /&gt;Sftp2/SFTP2.C:822: Connection ready.&lt;BR /&gt;SshReadLine/SSHREADLINE.C:3662: Initializing ReadLine...&lt;BR /&gt;sftp&amp;gt;&lt;BR /&gt;sftp&amp;gt;&lt;BR /&gt;sftp&amp;gt; exit&lt;BR /&gt;SshReadLine/SSHREADLINE.C:3728: Uninitializing ReadLine...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$</description>
      <pubDate>Mon, 04 Oct 2010 11:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697077#M59980</guid>
      <dc:creator>CHANDRASEKARAN S</dc:creator>
      <dc:date>2010-10-04T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697078#M59981</link>
      <description>Although my version is older, it gets a "usage" response only if the command-line is really wrong.&lt;BR /&gt;And in Your case it gets an error as soon as You have a user@host argument.&lt;BR /&gt;My suspicion still is: You have a DCL symbol "sftp" defined,&lt;BR /&gt;what does "SHOW SYMBOL SFTP" return ?</description>
      <pubDate>Mon, 04 Oct 2010 11:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697078#M59981</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-10-04T11:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697079#M59982</link>
      <description>$SHOW SYMBOL SFTP&lt;BR /&gt;%DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 12:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697079#M59982</guid>
      <dc:creator>CHANDRASEKARAN S</dc:creator>
      <dc:date>2010-10-04T12:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697080#M59983</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I need to connect to an IP through SFTP&lt;BR /&gt;&amp;gt; from VMS.[...]&lt;BR /&gt;&lt;BR /&gt;1. If you have your own question, then start&lt;BR /&gt;your own thread.  Don't wake some old, dead,&lt;BR /&gt;unrelated thread.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.6 - ECO 3&lt;BR /&gt;&amp;gt; on an AlphaServer GS320 6/1224 running OpenVMS V8.3 &lt;BR /&gt;&lt;BR /&gt;2. Around here:&lt;BR /&gt;&lt;BR /&gt;alp $ tcpip show vers&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.6 - ECO 5&lt;BR /&gt;  on a COMPAQ Professional Workstation XP1000 running OpenVMS V8.3&lt;BR /&gt;&lt;BR /&gt;alp $ sftp "-V"&lt;BR /&gt;alp$dka0:[sys0.syscommon.][sysexe]tcpip$ssh_sftp2.exe: SSH Secure Shell OpenVMS&lt;BR /&gt;(V5.5) 3.2.0 on COMPAQ Professional Workstation  - VMS V8.3&lt;BR /&gt;&lt;BR /&gt;alp $ sftp sms@alp-l&lt;BR /&gt;&lt;BR /&gt;@ SYS$MANAGER:ANNOUNCE.TXT&lt;BR /&gt;sftp&amp;gt; pwd&lt;BR /&gt;ALP$DKA0:[SMS]&lt;BR /&gt;sftp&amp;gt; quit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;alp $ sftp sms@10.0.0.9&lt;BR /&gt;&lt;BR /&gt;@ SYS$MANAGER:ANNOUNCE.TXT&lt;BR /&gt;sftp&amp;gt; pwd&lt;BR /&gt;ALP$DKA0:[SMS]&lt;BR /&gt;sftp&amp;gt; quit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;alp $ sftp -v fred fred&lt;BR /&gt;Too many arguments.&lt;BR /&gt;Usage: sftp2 [-D debug_level_spec] [-B batchfile] [-S path] [-h]&lt;BR /&gt;             [-V] [-P port] [-b buffer_size]&lt;BR /&gt;             [-4] [-6] "[-C]" [-o option_to_ssh2]&lt;BR /&gt;             [user@]host[#port]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have you tried installing a newer TCPIP ECO?</description>
      <pubDate>Mon, 04 Oct 2010 12:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697080#M59983</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-04T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697081#M59984</link>
      <description>Well mine seems to behave much different,&lt;BR /&gt;especially to automatically connect to the local host if asking the version in&lt;BR /&gt;sftp -v , which actually is "sftp -V".&lt;BR /&gt;Hope somebody with the combination VMS8.3/TCPIP 5.6 can reproduce something like that.&lt;BR /&gt;&lt;BR /&gt;Meanwhile use debugging/verify:&lt;BR /&gt;&lt;BR /&gt; sftp -"v" user@host   !observe the string quotes!&lt;BR /&gt;&lt;BR /&gt;to see more disgnostic revealing the point at which the error occurs.</description>
      <pubDate>Mon, 04 Oct 2010 12:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697081#M59984</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-10-04T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697082#M59985</link>
      <description>CHANDRASEKARAN S:  &lt;BR /&gt;&lt;BR /&gt;In no particular order...&lt;BR /&gt;&lt;BR /&gt;Ensure that the ssh client and ssh server are appropriately started via TCPIP$CONFIG.COM&lt;BR /&gt;&lt;BR /&gt;Failure to start the appropriate client and server components has an unfortunate and long history of tossing obscure errors.&lt;BR /&gt;&lt;BR /&gt;Patch to current; V5.6 ECO 2 is old. &lt;BR /&gt;&lt;BR /&gt;Ensure the process quotas and process environment are sufficient.  Details on minimum quotas should be in the manual, and you'll likely need TMPMBX and NETMBX minimally.&lt;BR /&gt;&lt;BR /&gt;Test connections into the target server from another box.  See if this is local or a server error.&lt;BR /&gt;&lt;BR /&gt;Remove any DECC* logical names that might be around in the process or job context.  Sufficiently odd settings for these can trigger errors in most any C application.&lt;BR /&gt;&lt;BR /&gt;And I'm seeing completely different "usage" diagnostics with V5.6 ECO 5, so definitely roll forward to ECO 5.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 15:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697082#M59985</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-10-04T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697083#M59986</link>
      <description>&lt;!--!*#--&gt;&amp;gt; sftp -"v" user@host !observe the string quotes! &lt;BR /&gt;&lt;BR /&gt;Quoting "-v" is not required.  Quoting "-V"&lt;BR /&gt;probably _is_ required.  (As shown above.)</description>
      <pubDate>Mon, 04 Oct 2010 17:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697083#M59986</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-04T17:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697084#M59987</link>
      <description>&amp;gt;&amp;gt; Quoting "-v" is not required.  Quoting "-V"&lt;BR /&gt;probably _is_ required.  &lt;BR /&gt;&lt;BR /&gt;So I keep quiet. Seems there are so many changes between TCPIP 5.4 and 5.6.&lt;BR /&gt;On my 5.4 sftp is a DCL verb, and both unquoted -V and -v result in "show version".&lt;BR /&gt;Only -"v" results in the desired "verbose".&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2010 05:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697084#M59987</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-10-05T05:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: sftp on openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697085#M59988</link>
      <description>It would be nice to see the output from &lt;BR /&gt;&lt;BR /&gt;$ sftp "-V"&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 05 Oct 2010 10:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-on-openvms/m-p/3697085#M59988</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-10-05T10:27:45Z</dc:date>
    </item>
  </channel>
</rss>

