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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to use tftpput ?

now,i have a ftp address .for example : ftp://1.1.1.1/ftp user:xxxx password:xxxxx
in the tftpput, how to deploy?
thanks to your help.
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi
Welcome to Talend Community!
You can download the document here, which will show you instructions and scenarios about tFTPPut and other components.
Regards,
Pedro
Anonymous
Not applicable
Author

tftp, put
With tftp, I need to 'put' a file to 192.168.1.1, but there's nothing on how to specify the destination. How do I specify the target machine.
Right now I have the following lined up:
tftp
mode binary
rexmt 1
timeout 60
put <file>
Thanks a lot.
Kenny
Anonymous
Not applicable
Author

tftp, put
With tftp, I need to 'put' a file to 192.168.1.1, but there's nothing on how to specify the destination. How do I specify the target machine.
Right now I have the following lined up:
tftp
mode binary
rexmt 1
timeout 60
put <file>
Thanks a lot.
Kenny

Hi
If you are not sure the target directory, just let it with the default value "." for the remote directory, and it will put the files onto the root directory of FTP server.
Best regards
Shong