Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
Here's where I want to drop my file in the server:
Here's my tFTPConnection:
I'm using Talend for DI 6.4.1
Hi VJanki,
Can you enable "move to the current directory" option in tFTPPut component.
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.
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.
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 :