Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.3k views
in Java FTP by (120 points)
We are trying to execute the EDT java client to FTP files from a Win2K3 to a UNIX Server. However, we are encountering the following error.

C:\FTP-TEST\edtftpj-1.5.3\demo>"C:\Program Files\Java\jdk1.5.0_08"\bin\java -cla
sspath .;..\lib\edtftpj.jar BPFTP
Exception in thread "main" com.enterprisedt.net.ftp.FTPException: Please login w
ith USER and PASS.

at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(FTPControlSoc
ket.java:893)
at com.enterprisedt.net.ftp.FTPClient.setType(FTPClient.java:2253)
at BPFTP.main(BPFTP.java:23)

We are able to connect to the server from command prompt.

Any pointers to this problem would be highly appreciated.

Thanks

1 Answer

0 votes
by (162k points)
Please post a relevant chunk of the log file at DEBUG level. I assume you have logged in?

Categories

...