Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 attache
Hello,
Does this issue repro on other FTP components? Such as, tFTPGet, tFTPPut? What's your java code in tJava component?
Best regards
Sabrina
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
Hello,
Could you please also indicate on which talend build version you got this issue?
Best regards
Sabrina
Thanks for Reply!
we are using Enterprise edition
"Jaspersoft ETL"
Version: 5.6.2
Build id: V5.6.2_20150508_1414
Thanks,
Sachin D
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
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.
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...
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.
@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