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: 
nishant_nolkha
Contributor
Contributor

File Movement on FTP Server

Hi 

 

I want to move files from 1 folder to other on FTP Server. I am Trying to use tFTPRename component and it is giving me error: File Not Found.

 

Can you help me with , what s the best way to move files between folders on FTP Server.

 

Regards

 

 

Labels (2)
5 Replies
vapukov
Master II
Master II

could You attache screenshots of Your Job?

it help identify - what wrong

Sid3
Contributor III
Contributor III

Hi ,

 

you can create a flow like below. Kerep all your file names in a flat file. and parameter the few values as shown below

 

Contextualize the local directory,source dir(ftp),target dir(ftp).

 

let me know if you need more info.

 

0683p000009Ltmf.jpg0683p000009Ltt6.jpg0683p000009LtpL.jpg0683p000009LtcY.jpg

 

Thanks,
Sid
Please like the post if it is useful
Please put to resolved if it resolves your issue.

vapukov
Master II
Master II

Generally - You do not need file with names list, tFTPFileList - do this Job in most cases

as described in original question, for folders on same server, better use - tSCPFileList -> tSCPRename (or tSSH ) it allow reduce traffic

 

Sid3
Contributor III
Contributor III

Yes. vapukov. thank you.

instead of tfileinputdelemitted you can use tFTFileList which will list the files under the source directory.

cterenzi
Specialist
Specialist

tFTPRename will allow you to move files on the same server if you have SFTP Support checked.  Otherwise, I don't think basic FTP supports the operation.

 

If you can't use SFTP, SCP or SSH, you may have to fall back to tFTPGet, tFTPDelete and tFTPPut.