Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
SachinD
Creator
Creator

tFTPFileList error - Only Secure FTP connections are allowed for your account. Please connect using FTPS or FTPES.

HI ,

 

I am getting following error while connecting to FTP

 

 Exception in component tFTPFileList_2 com.enterprisedt.net.ftp.FTPConnectionClosedException: Only Secure FTP connections are allowed for your account. Please connect using FTPS or FTPES.

 

But i am able to connect successfully through WINSCP / FILEZIlla.

using

File Protocol: FTP

Encryption: TLS Explicit Encryption

Host Name: ftp-xxxx.zzzz.com

Port Number: 21

User Name: [user name]$[domain]

Password: password.

 

My Ftp doesnt support  FTPS or FTPES, its connects fine with FTP using WINSCP

 

Screenshot are attache0683p000009Lv9V.png0683p000009Maby.png
0683p000009Maby.png

Labels (2)
11 Replies
Anonymous
Not applicable

Hello,

Does this issue repro on other FTP components? Such as, tFTPGet, tFTPPut? What's your java code in tJava component?

Best regards

Sabrina

 

SachinD
Creator
Creator
Author

Thanks for reply

 

Yes, for all FTP components like tFTPGet, tFTPPut

 

in tJava i m just displaying File name, for trail purpose.

System.out.println(((String)globalMap.get("tFTPFileList_2_CURRENT_FILE")));

 

My FTP which i m trying to connect is of Egnyte   (https://www.egnyte.com/)

I am able to connect above FTP through WINZIP and FILEZILLA, it works perfectly fine on my PC.

 

File Protocol: FTP

Encryption: TLS Explicit Encryption

Host Name: ftp-xxxx.zzzz.com

Port Number: 21

User Name: [user name]$[domain]

Password: password.

 

and if i try any local created FTP though same TALEND job, it works fine

Anonymous
Not applicable

Hello,

Could you please also indicate on which talend build version you got this issue?

Best regards

Sabrina

SachinD
Creator
Creator
Author

Thanks for Reply!

we are using Enterprise edition

 

"Jaspersoft ETL"

Version: 5.6.2
Build id: V5.6.2_20150508_1414

 

 

Thanks,

Sachin D

Anonymous
Not applicable

Hello,

From your description, your FTP job should be Ok with no error if you can run a local FTP server successfully. It seems that there is something wrong with your Egnyte FTP server when you execute your FTP job in talend.

Best regards

Sabrina

SachinD
Creator
Creator
Author

Ok, But same Egnyte FTP I am able to access on my system using Filezilla and Winscp.

but not with talend Job on my System.

Anonymous
Not applicable

Hi sachinddhake,

 

Did you find an issue to your problem ? I face something similar, I have a ftps server that I can reach with filezilla and winscp but I can't list files with tFTPFileList

The connection is well established but job end with error when I try to list files.
The same thing appear with local and remote ftps servers but no problem with ftp and sftp...

SachinD
Creator
Creator
Author

Unfortunately, we didn't got any solution on that, hence I remember we called Bat script and called it using tSystem, and it worked fine for us.

But don't have that code handy right now.

SachinD
Creator
Creator
Author

@MadProf, Please refer below link, it may help you.

 

http://www.osintegration.in/index.php/osi-blogger/item/123-ftpes-put-solved-with-talend

 

Thanks,

Sachin