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: 
Anonymous
Not applicable

Remote File operation

What is the best way to do copy,move,rename and remove the remotely located files ? (like tFileCopy operation in tFTP family )

 

Currently i am achieving this by using tSSH component. but wanted to check or is there any other better way to do this?

 

 

 

Labels (2)
1 Solution

Accepted Solutions
vapukov
Master II
Master II

all depends from - what You need (want to do)? what enabled on remote server?

 

- tSSH

- tSCP

- tFTP 

0683p000009LuPm.png

 

0683p000009LuVO.png

View solution in original post

2 Replies
vapukov
Master II
Master II

all depends from - what You need (want to do)? what enabled on remote server?

 

- tSSH

- tSCP

- tFTP 

0683p000009LuPm.png

 

0683p000009LuVO.png

Anonymous
Not applicable
Author

Thank you for reply.

 

Also, i wanted to move the file from Folder A to Folder B( From Inbound Folder to Archive Folder)  in Remote machine.  I was no clue until i see your comments. Now i have achieved this requirement by using rename Component (tFTPRename or TSCPRename) .