I am using tFTPConnection to connect to SFTP using a public key file. But the issue with this component is that I can't leave Password and Key Passphrase blank as it throws error. But when I tryusing Filezilla, I am able to connect. Please help.
Asked
Active
Viewed 1,831 times
0
-
1Please edit your question to show how you're configuring this component and the actual error that you're getting. – Kenster Jul 20 '16 at 14:30
-
Sorry For less info provided.. – Meen Jul 21 '16 at 12:37
2 Answers
1
If you mean by blank actually not filling the field, this won't work. But you can provide an empty string ""
so that an empty string will be transmitted.
NOTE: I needed to guess this because there is no picture of the configuration at the point of answering.

tobi6
- 8,033
- 6
- 26
- 41
-
Thanks #tobi6 .... I was not providing anything but when I provided emty string with quotes, it worked ! – Meen Jul 21 '16 at 12:36
1
you can not pass the blank or empty field while configuration, this will through error for sure. In any case if you have to pass with blank field put " " there so that it can be taken as empty string. Or you can use username and password as talend. Try more to describe your job design and configuration for clear view.

code
- 123
- 3
- 11