Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 88087 invoked from network); 21 Aug 2002 17:59:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 21 Aug 2002 17:59:57 -0000 Received: (qmail 11609 invoked by uid 97); 21 Aug 2002 17:59:56 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 11548 invoked by uid 97); 21 Aug 2002 17:59:55 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 3264 invoked by uid 98); 21 Aug 2002 17:53:09 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: Prasanna_SrinivasaRao@adp.com To: commons-dev@jakarta.apache.org Subject: RE: [net] Porting NetComponents.jar to mainframe (USS) - readLine not working Message-ID: Date: Wed, 21 Aug 2002 10:52:25 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_alternative 0062332388256C1C_=" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=_alternative 0062332388256C1C_= Content-Type: text/plain; charset="us-ascii" I am still using tje 1.3.8 Netcomponents.jar. Also I am writing my code in mainframe (and not in AS/400) Thanks From: Brekke, Jeff Subject: RE: [net] Porting NetComponents.jar to mainframe (USS) - readLine () not worki Date: Tue, 20 Aug 2002 21:07:35 -0500 Content-Type: text/plain; charset="iso-8859-1" I haven't worked on an AS/400 and am pretty green when it comes to mainframe charater encoding issues. Have you built the commons-net code on the AS/400 or are you still using the 1.3.8 Netcomponents jar? ================================================================= Jeffrey D. Brekke Quad/Graphics Jeff.Brekke@qg.com http://www.qg.com > -----Original Message----- > From: Prasanna_SrinivasaRao@adp.com > [mailto:Prasanna_SrinivasaRao@adp.com] > Sent: Tuesday, August 20, 2002 2:15 PM > To: commons-dev@jakarta.apache.org > Subject: [net] Porting NetComponents.jar to mainframe (USS) - > readLine() > not working > > > Hello, > > I have a requirement to transfer binary files from AS/400 to > mainframe > through FTP. > > First, I wrote a program to transfer files from AS/400 to > Windows 2000 > using NetComponents and it works fine. Next, I tired to port > my class > files and NetComponent.jar to the mainframe USS (Unix System > Services) > environment. (jdk 1.3.1). I got a > MalformedServerReplyException in the > FTP.__getReply() method while connecting. To fix this, I changed the > _controlinput buffered reader to accept 8859_1 character > encoding and the > error went away. Now I find that _controlInput.readLine() > is not working > in the _getReply() function during the connect method. > > I am wondering whether anybody has done a port of NetComponents to > mainframe environment? Does anyone know why readLine() is > not working. > Should I use a different line termination character (other than the > standard /r/n?)? Is there a different character encoding to be used? > > Any help would be greatly appreciated > > Regards > Prasanna > --=_alternative 0062332388256C1C_=--