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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Create FTP Directory

Hi
How can I create an directory on a FTP server with Talend ? I don't see how to do that ....
Thanks
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hummm ... it was not resolved for me !!
But now it is : I couldn't wait for a solution, so I create my first extension, tFTPCreateDir, which as it says create a directory on a distant FTP server.
https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...
If it can help someone ...
Now, it is resolved !
Thx

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hello
If you can connect to server in SFTP type, you can use a tSSH component to execute a command of creating directory.
Best regards

shong
Anonymous
Not applicable
Author

Hello
It seems not possible for me to use tSSH. The server is a classic FTP server and it's not my server.
It would be great if we can send personalised FTP command to a classic FTP server (a component style tFTPExecute ...).
Actually I have no issue with this problem ....
But thanks for your help ...
Anonymous
Not applicable
Author

Hummm ... it was not resolved for me !!
But now it is : I couldn't wait for a solution, so I create my first extension, tFTPCreateDir, which as it says create a directory on a distant FTP server.
https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...
If it can help someone ...
Now, it is resolved !
Thx

NicolasTT
Contributor
Contributor

Hi,
It seems that this extension not working any more with TOS 4.2.1.
The error is : "Module jsch-0.1.36.jar required"
It was working with TOS 4.0.2, and I have TOS-Win32-r60995-V4.2.1\lib\java\jsch.jar
Any help?
Thanks
Anonymous
Not applicable
Author

Hi NicolasTT,
I had the same problem with talend TOS 4.2.1.
I made some modification to this compoent and it worked for me.
You can download the updated component using this link: http://www.4shared.com/file/Gtys5hsX/tFTPCreateDir.html
Hope this will help u.