|
Have a small java program which connects to the outside world to transmit / retrieve files from a customer of ours (on a Unix box).. Works fine on a PC but when I run it in Qshell on AS400 I receive a message I don't really understand .. java.io.IOException com/ibm/as400/access/FTP.readReply()Ljava/lang/String;+31 (FTP.java:1882) com/ibm/as400/access/FTP.issueCommand(Ljava/lang/String;)Ljava/lang/Str ing;+0 (FTP.java:1226) com/ibm/as400/access/FTP.login(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;+0 (FTP.java:1426) com/ibm/as400/access/FTP.connect()Z+0 (FTP.java:352) com/ibm/as400/access/FTP.put(Ljava/io/File;Ljava/lang/String;)Z+0 (FTP.java:1702) com/ibm/as400/access/FTP.put(Ljava/lang/String;Ljava/lang/String;)Z+0 ( FTP.java:1661) autrans/MitsuiFTP.main(^Ljava/lang/String;)V+0 MitsuiFTP.java:35) Now i'm using this as my class path /QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar:/home/komatsu/mitsui and the same jar works fine on the PC .. Also i checked the API out and can't find a readReply() method in it .. anyone any ideas ?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.