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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Anonymous ftp connection

Hello everyone,

 

Is there a way using the tFTPconnection (or another component) to do an anonymous connection to FTP.

I'm looking for the equivalent of this command :

> ftp -A [-s filename] [host]

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thank you for your answer @nthampi.

I managed to do an anonymous connection by putting "anonymous" in the login field.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

 

   Unfortunately this feature is not available in tFTPConnection component. If you are an enterprise customer, please raise a feature request using support portal. If you are using open source version, please use the link below.

 

https://jira.talendforge.org/

 

    As a workaround, you can think about invoking these commands using tSystem component where you can run the actual command.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved

Anonymous
Not applicable
Author

Thank you for your answer @nthampi.

I managed to do an anonymous connection by putting "anonymous" in the login field.