Hi,
I am currently evaluating ftpj for a ftps solution.
However there is a strange thing, on my dev machine (a windows xp) i could connect and change directory without any problem.
However, the same code on a UNIX Tru64 machine throws an exception:
com.enterprisedt.net.ftp.FTPException: Command not implemented
Any idea what went wrong?
Thx.
INFO [com.balcan.fin.ftpj.UseFTPSWithoutServerValidation] 3 Mar 2008 15:25:55.441 : Creating FTPS (explicit) client
INFO [SSLFTPClient] 3 Mar 2008 15:25:55.536 : edtFTPj - PRO version
INFO [LicensePropertiesBase] 3 Mar 2008 15:25:55.650 : Licence expiry date: 13 Apr 2008
INFO [LicensePropertiesBase] 3 Mar 2008 15:25:55.651 : Trial licence
INFO [puretls] 3 Mar 2008 15:25:55.776 : PureTLS debug level=0
INFO [com.balcan.fin.ftpj.UseFTPSWithoutServerValidation] 3 Mar 2008 15:25:55.804 : Setting configuration flags
INFO [com.balcan.fin.ftpj.UseFTPSWithoutServerValidation] 3 Mar 2008 15:25:55.805 : Setting remote host
INFO [com.balcan.fin.ftpj.UseFTPSWithoutServerValidation] 3 Mar 2008 15:26:01.481 : Turning off server validation
INFO [com.balcan.fin.ftpj.UseFTPSWithoutServerValidation] 3 Mar 2008 15:26:01.482 : Connecting to server ftpssl.rbc.com
INFO [com.balcan.fin.ftpj.UseFTPSWithoutServerValidation] 3 Mar 2008 15:26:02.83 : Switching to FTPS (explicit mode)
INFO [com.balcan.fin.ftpj.UseFTPSWithoutServerValidation] 3 Mar 2008 15:26:02.84 : method=SSL
INFO [FTPControlSocket] 3 Mar 2008 15:26:02.117 : Expected reply codes = [234,334,200]
com.enterprisedt.net.ftp.FTPException: Command not implemented.
at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(com.enterprisedt.net.ftp.FTPReply,java.lang.String[]) (pc 118)
at com.enterprisedt.net.ftp.ssl.SSLFTPClient.auth(java.lang.String) (pc 119)
at com.balcan.fin.ftpj.test.ftps(java.lang.String,java.lang.String,java.lang.String) (test.java:58) (pc 135)
at com.balcan.fin.ftpj.test.main (test.java:198) (pc 36)