Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I was getting the following error while i am trying to display the ftp file properties. Could any one help me on this.
Error :
Exception in component tFTPFileProperties_1
com.enterprisedt.net.ftp.FTPException: 502 command not implemented.
at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(FTPControlSocket.java:1257)
at com.enterprisedt.net.ftp.FTPClient.modtime(FTPClient.java:4122)
at local_project.ftptest_0_1.ftptest.tFTPFileList_1Process(ftptest.java:1299)
at local_project.ftptest_0_1.ftptest.tFTPConnection_1Process(ftptest.java:458)
at local_project.ftptest_0_1.ftptest.runJobInTOS(ftptest.java:1780)
at local_project.ftptest_0_1.ftptest.main(ftptest.java:1614)
[FATAL]: local_project.ftptest_0_1.ftptest - tFTPFileProperties_1 command not implemented.
Thanks,
Bharath.
Hello Bharath,
Could you please indicate on which talend build version you got this issue? Are you able to use FileZilla (FTP Tool) to retrieve files from your FTP server?
Best regards
Sabrina
Hi Sabrina,
Thanks for the reply.
We are using Talend 6.1.1 Version, and we are able to get the files from FTP using WinScp.
Thanks,
Bharath.
Hello,
Would you mind post your tFTPFileProperties component setting screenshot on forum?
Please mask your sensitive data.
Best regards
Sabrina
Hi manodwhb,
Thanks for the reply,
File is having read & write permissions.
Thanks,
Bharath.
Yes
With same user shell script is running for the same process, but while trying to do same process using talend i am getting this error.