Mohamed BOUAKKAZ
Mohamed BOUAKKAZ

Reputation: 45

Anonymous ftp connection with tFTPConnection

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

I'm looking for the equivalent of this command :

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

Upvotes: 0

Views: 117

Answers (1)

Théo Capdet
Théo Capdet

Reputation: 1062

In the component tFTPconnexion the default user value is "annonymous" you can try to let this value.

Upvotes: 1

Related Questions