Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
could You attache screenshots of Your Job?
it help identify - what wrong
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.
Thanks,
Sid
Please like the post if it is useful
Please put to resolved if it resolves your issue.
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
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.