I am trying to set up FTP from OTM to a non-OTM server.
For the record I have also copied the extra jars as directed at
http://www.otmfaq.com/forums/f23/otm-v5-5-extra-jars-required-installation-415/
Having set up the appropriate URL etc within the external system, I am getting the following error, even though an empty file does arrive at the target machine:
"OTM failed to send FTP transmission 9,716 from xxx-xx.xxx.COM to xxxx with the following Exception: org.finj.FTPException: According to org.finj.profile.StrictFTPServerProfile, 426 is no valid answer code to 'QUIT' command. org.finj.FTPException: According to org.finj.profile.StrictFTPServerProfile, 426 is no valid answer code to 'QUIT' command. at org.finj.FTPException.createInvalidResponseExcepti on(FTPException.java:145) at org.finj.profile.StrictFTPServerProfile.isQUITComm andCompleted(StrictFTPServerProfile.java:37
at org.finj.profile.StrictFTPServerProfile.isCommandC ompleted(StrictFTPServerProfile.java:96) at org.finj.FTPClient.processCommand(FTPClient.java:5 35) at org.finj.FTPClient.close(FTPClient.java:121
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.in
voke(Method.java:324) at glog.util.ftp.client.FTPClientWrapper2.processMeth od(FTPClientWrapper2.java:85) at glog.util.ftp.client.FTPClientWrapper2.close(FTPCl ientWrapper2.java:147) at glog.util.ftp.FTPEvent$Listener.doPost(FTPEvent.ja va:284) at glog.util.ftp.FTPEvent$Listener.trigger(FTPEvent.j ava:163) at glog.util.event.MemoryEventQueueRunnable.processEv ent(MemoryEventQueueRunnable.java:141) at glog.util.event.MemoryEventQueueRunnable.run(Memor yEventQueueRunnable.java:96) at glog.util.event.EventThread.run(EventThread.java:7 9) at java.lang.Thread.run(Thread.java:534) "
Can you help?
Thanks in anticipation.
For the record I have also copied the extra jars as directed at
http://www.otmfaq.com/forums/f23/otm-v5-5-extra-jars-required-installation-415/
Having set up the appropriate URL etc within the external system, I am getting the following error, even though an empty file does arrive at the target machine:
"OTM failed to send FTP transmission 9,716 from xxx-xx.xxx.COM to xxxx with the following Exception: org.finj.FTPException: According to org.finj.profile.StrictFTPServerProfile, 426 is no valid answer code to 'QUIT' command. org.finj.FTPException: According to org.finj.profile.StrictFTPServerProfile, 426 is no valid answer code to 'QUIT' command. at org.finj.FTPException.createInvalidResponseExcepti on(FTPException.java:145) at org.finj.profile.StrictFTPServerProfile.isQUITComm andCompleted(StrictFTPServerProfile.java:37


voke(Method.java:324) at glog.util.ftp.client.FTPClientWrapper2.processMeth od(FTPClientWrapper2.java:85) at glog.util.ftp.client.FTPClientWrapper2.close(FTPCl ientWrapper2.java:147) at glog.util.ftp.FTPEvent$Listener.doPost(FTPEvent.ja va:284) at glog.util.ftp.FTPEvent$Listener.trigger(FTPEvent.j ava:163) at glog.util.event.MemoryEventQueueRunnable.processEv ent(MemoryEventQueueRunnable.java:141) at glog.util.event.MemoryEventQueueRunnable.run(Memor yEventQueueRunnable.java:96) at glog.util.event.EventThread.run(EventThread.java:7 9) at java.lang.Thread.run(Thread.java:534) "
Can you help?
Thanks in anticipation.
Comment