Subject: RE: FTP to VSE using WS-FTP
From: Wakser, David (David.Wakser@infocrossing.com)
Date: Fri Aug 01 2008 - 08:49:12 EDT
Better, no cigar (yet). I receive the following message on VSE: T1 0110 02FC: FTP343W 24758 bytes of data received without end of > T1 0110 record(cr/lf) T1 0110 02FC: FTP945W Data connection failed RC=8 BTW, I used SITE commands without the preceding QUOTE keyword, since it was complaining aboujt the syntax with the QUOTE keyword. Any ideas? At transfer time, I see (on the PC side) the following. 200 Command okay site lrecl 32758 200 Command processed site recfm v 200 Command processed site unix off 200 Command processed site crlf off 200 Command processed type image 200 Command okay CWD /SOFTWARE 250 Requested file action okay, completed PWD 257 "/SOFTWARE" TYPE A 200 Command okay PASV 227 Entering Passive Mode (192,168,75,144,16,201) connecting data channel to 192.168.75.144:16,201(4297) data channel connected to 192.168.75.144:16,201(4297) LIST 150 File status okay; about to open data connection # transferred 208 bytes in 0.578 seconds, 2.811 Kbps ( 359.784 Bps), transfer succeeded. 226 Closing data connectionStarting request TYPE I 200 Command okay PASV 227 Entering Passive Mode (192,168,75,144,16,202) connecting data channel to 192.168.75.144:16,202(4298) data channel connected to 192.168.75.144:16,202(4298) STOR tmon.ptf.vtape.file 150-About to open data connection File:SOFTWARE/TMON.PTF.VTAPE.FILE Type:ASCII Recfm:V Lrecl: 32758 CC=ON UNIX=ON RECLF=OFF TRCC=OFF CRLF=OFF NAT=NO CONT=OFF Translate with US_ENG_03 MODE=Stream STRU=File 150 File status okay; about to open data connection 558 Data connection failed while receiving file transferred 876466 bytes in 5.250 seconds, 1304.265 Kbps ( 163.033 Kbps), transfer failed. Transfer request completed with status: Failed, 1 SubItem(s) failed TYPE A 200 Command okay PASV 227 Entering Passive Mode (192,168,75,144,16,203) connecting data channel to 192.168.75.144:16,203(4299) data channel connected to 192.168.75.144:16,203(4299) LIST 150 File status okay; about to open data connection transferred 208 bytes in 0.609 seconds, 2.667 Kbps ( 341.333 Bps), transfer succeeded. 226 Closing data connection ________________________________ From: owner-vse-l@Lehigh.EDU [mailto:owner-vse-l@Lehigh.EDU] On Behalf Of Rbotsis@aol.com Sent: Friday, August 01, 2008 8:33 AM To: VSE Discussion List Subject: Re: FTP to VSE using WS-FTP David, This is what I've used previously, which I initiate from my PC, by launching vtape.bat which uses CSI's TCP/IP: Contents of vtape.bat: call ftp -i -s:ftpvtape.txt Contents of ftpvtape.bat: open lpar3.berriencounty.org RBOTSIS RBOTSIS quote site unix off quote type i quote site lrecl 32758 quote site recfm v quote site crlf off binary type binary put c:\KROGER.CSITCPIP.AWS techcat.vse.vtape1.file bye ________________________________ Get fantasy football with free live scoring. Sign up for FanHouse Fantasy Football today <http://www.fanhouse.com/fantasyaffair?ncid=aolspr00050000000020> .
This archive was generated by hypermail 2b25 : Fri Aug 29 2008 - 01:05:11 EDT