Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
javvaji
Creator II
Creator II

FTPException 502 command not implemented

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.

Labels (1)
11 Replies
Anonymous
Not applicable

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

 

 

javvaji
Creator II
Creator II
Author

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.

Anonymous
Not applicable

Hello,

Would you mind post your tFTPFileProperties component setting screenshot on forum?

Please mask your sensitive data.

Best regards

Sabrina

javvaji
Creator II
Creator II
Author

Hi,

 

Please find the attached screen shots.

 

Thanks,

Bharath.


ftp.PNG
ftp1.PNG
manodwhb
Champion II
Champion II

Can you check File read write permissions on FTP server?
javvaji
Creator II
Creator II
Author

Hi manodwhb,

Thanks for the reply,

 

File is having read & write permissions.

 

Thanks,

Bharath.

manodwhb
Champion II
Champion II

Does the FTP user have permissions?
javvaji
Creator II
Creator II
Author

Yes

javvaji
Creator II
Creator II
Author

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.