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

[resolved] Copying files directly from a FTP server to a FTP server

Hello,
I've been using Talend for about a week and find it to be a great tool. If anyone can give me their thoughts or some direction on the following it would be greatly appreciated.
I've been asked to determine if it is possible to connect to (2) FTP servers and GET files from one server and PUT them on the other server directly (without the use of a local or network storage drive).
Please let me know your thought if this is possible or not, and if it is possible how you were able to code for this situation.
Thanks in advance for your assistance,
Ernie

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
So far, Talend don't support for transferring data by air which means you have to fetch data from FTP server firstly, save it locally and then put it on another server.
Best regards
Sabrina

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,
So far, Talend don't support for transferring data by air which means you have to fetch data from FTP server firstly, save it locally and then put it on another server.
Best regards
Sabrina
Anonymous
Not applicable
Author

Thanks very much Sabrina for your reply I appreciate your help.