Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFTPPut No such file when uploading to SFTP server

Hello,

 

I'm getting a no such file error while putting a file on my server using SFTP.

 

While researching, I came to know that this error most probably relates to an incorrect remote directory. However, I'm pretty sure I've entered my remote directory as suggested in those forums.

 

Here's my tFTPPut config:

0683p000009LtSC.jpg

 

Here's where I want to drop my file in the server:

0683p000009LtYm.jpg

 

Here's my tFTPConnection:

0683p000009Lt5I.jpg

 

I'm using Talend for DI 6.4.1

Labels (1)
4 Replies
Anonymous
Not applicable
Author

Hi  VJanki,

 

Can you enable "move to the current directory" option in tFTPPut component.

Anonymous
Not applicable
Author

Hello Ravi,

 

Thank you for your reply.

 

I retried my job by enabling the "move to the current directory" option, but to no avail. I'm still encountering the error.

Anonymous
Not applicable
Author

Can you try once by adding asterisk at the end of the filemask

(String) globalMap.get("zipToTransfer) + "*"

 

Also try once with the Use Perl5 Regex option checked.

Anonymous
Not applicable
Author

Hi VJanki,

 

What is the value of (String) globalMap.get("zipToTransfer) ?.

Can you try with putting exact file name in filemask.

If you have multiple files then use tFileList component.

 

The flow as follows :

0683p000009LtMy.png0683p000009LtOj.png0683p000009LtWm.png