Archive-Date: Thu, 6 Mar 2003 02:01:38 -0500 Date: Thu, 06 Mar 2003 09:01:46 +0200 From: Godfrey Pillay Reply-To: Info-TCPware@process.com Subject: FTP Problem To: info-tcpware@process.com Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi I am using FTP to transfer files via a DCL script from the VAX to a PC on the same LAN. I am using the COPY/FTP command to transfer a batch of files. This works most of the time. However, the file transfer hangs up sometimes. This seems to happen around the 3rd or 4th file of the batch transfer. The ftp login to the PC is working fine. The network connection is great. Is there something that I am missing. This works fine if I restart the scipt. I am using VAX/VMS version 7.2 and TCPware V5.3-2.. Regards Godfrey Pillay SAB - AOM Location: IBM Park Sandton, IA2G Tel: (011) 302-6310 Fax: (011) 302-6592 Cell: 082 823-5339 E-mail: gpillay@za.ibm.com "There are 10 types of people in this world: those who understand binary and those who don't." ================================================================================ Archive-Date: Thu, 6 Mar 2003 09:00:57 -0500 Date: Thu, 06 Mar 2003 08:58:36 -0500 From: Michael Corbett Reply-To: Info-TCPware@process.com Subject: Re: FTP Problem To: info-tcpware@process.com Message-ID: <3E67540C.7050301@process.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Content-Transfer-Encoding: 7bit References: Godfrey Pillay wrote: > Hi > > I am using FTP to transfer files via a DCL script from the VAX to a PC on > the same LAN. I am using the COPY/FTP command to transfer a batch of files. > This works most of the time. However, the file transfer hangs up sometimes. > This seems to happen around the 3rd or 4th file of the batch transfer. The > ftp login to the PC is working fine. The network connection is great. Is > there something that I am missing. This works fine if I restart the scipt. > > I am using VAX/VMS version 7.2 and TCPware V5.3-2.. > Without more information, specifically a trace of what is going on between the two systems, there is no way to tell why the trasnfers hangs. TCPware V5.3-2 is rather old so to capture that you will have to use NETCU DEBUG/TCP instead of TCPDUMP. You should run the following command and then reproduce the problem - $ netcu debug/tcp/data=128/dia=/output= Once the problem has been reproduced use ctrl-c to stop the debug and then send a message to support@process.com or your distributor so someone here can take a look at it. regards Mike -- +-------------------------------------------------------------------------+ Michael Corbett Email: Corbett@process.com Process Software Phone: 800 722-7770 x369 959 Concord St. 508 879-6994 x369 Framingham MA 01701-4682 FAX: 508 879-0042 ================================================================================ Archive-Date: Tue, 18 Mar 2003 14:12:18 -0500 Date: Tue, 18 Mar 2003 14:07:06 -0500 From: Lauren Maschio Reply-To: Info-TCPware@process.com Subject: TCPware SSH/SFTP Beta Sender: Geoff Bryant To: tcpware-announce@process.com Message-ID: <01KTO831TWT8A8CH1U@PROCESS.COM> Process Software is looking for beta sites to test our new SSH plug-in kit for TCPware 5.6. The beta test period is from April 28 to June 13. If you are interested in participating in the beta test, please complete the Beta Site Survey form on our website at http://www.process.com/tcpip/sftpbetatest.html New SSH Features: * SFTP server and client provides secure FTP using authentication and encryption * Better interoperability with updated SSH and SCP server and client code including: native support for text file transfers and support for the IETF SSH file transfer protocol v4 draft * Single sign-on support allows use of existing PKI certificates and Kerberos infrastructure * More extensive reporting provides detailed error information on remote systems Requirements: * Must have TCPware 5.6 * OpenVMS VAX V5.5-2 or later * OpenVMS / Alpha v6.1 or later * Must have the ability to download the kit from the Process Software FTP site ----------------------------------------------- Lauren Maschio Senior Marketing Manager Process Software Phone: (508) 626-7525 email: maschio@process.com ------------------------------------------------ ================================================================================ Archive-Date: Sun, 30 Mar 2003 22:43:22 -0500 Date: Sun, 30 Mar 2003 22:06:58 -0500 From: JustMe Subject: Re: FTP Problem To: info-tcpware@process.com Reply-To: Info-TCPware@process.com Message-ID: <5fOha.467$DD6.136885@news20.bellglobal.com> Had a similar problem at one point; added "disable vs._plus" to the script before the "open"; cleared it up immediately. (sorry for the out-of-date reply ... haven't been keeping up recently) "Godfrey Pillay" wrote in message news:OFBCCB2A8C.43160104-ON42256CE1.0026188B@za.ibm.com... Hi I am using FTP to transfer files via a DCL script from the VAX to a PC on the same LAN. I am using the COPY/FTP command to transfer a batch of files. This works most of the time. However, the file transfer hangs up sometimes. This seems to happen around the 3rd or 4th file of the batch transfer. The ftp login to the PC is working fine. The network connection is great. Is there something that I am missing. This works fine if I restart the scipt. I am using VAX/VMS version 7.2 and TCPware V5.3-2.. Regards Godfrey Pillay SAB - AOM Location: IBM Park Sandton, IA2G Tel: (011) 302-6310 Fax: (011) 302-6592 Cell: 082 823-5339 E-mail: gpillay@za.ibm.com "There are 10 types of people in this world: those who understand binary and those who don't."