Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
all depends from - what You need (want to do)? what enabled on remote server?
- tSSH
- tSCP
- tFTP
all depends from - what You need (want to do)? what enabled on remote server?
- tSSH
- tSCP
- tFTP
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) .