Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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]
Thank you for your answer @nthampi.
I managed to do an anonymous connection by putting "anonymous" in the login field.
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.
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
Thank you for your answer @nthampi.
I managed to do an anonymous connection by putting "anonymous" in the login field.